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