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