Struct Tcie
#[repr(transparent)]pub struct Tcie(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Tcie
impl Ord for Tcie
§impl PartialOrd for Tcie
impl PartialOrd for Tcie
impl Copy for Tcie
impl Eq for Tcie
impl StructuralPartialEq for Tcie
Auto Trait Implementations§
impl Freeze for Tcie
impl RefUnwindSafe for Tcie
impl Send for Tcie
impl Sync for Tcie
impl Unpin for Tcie
impl UnwindSafe for Tcie
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