Struct Lie
#[repr(transparent)]pub struct Lie(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Lie
impl Ord for Lie
§impl PartialOrd for Lie
impl PartialOrd for Lie
impl Copy for Lie
impl Eq for Lie
impl StructuralPartialEq for Lie
Auto Trait Implementations§
impl Freeze for Lie
impl RefUnwindSafe for Lie
impl Send for Lie
impl Sync for Lie
impl Unpin for Lie
impl UnwindSafe for Lie
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more