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