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