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