pub struct SR(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Ord for SR
impl Ord for SR
Source§impl PartialOrd for SR
impl PartialOrd for SR
impl Copy for SR
impl Eq for SR
impl StructuralPartialEq for SR
Auto Trait Implementations§
impl Freeze for SR
impl RefUnwindSafe for SR
impl Send for SR
impl Sync for SR
impl Unpin for SR
impl UnwindSafe for SR
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