pub struct Sip(pub usize);
Tuple Fields§
§0: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Sip
impl RefUnwindSafe for Sip
impl Send for Sip
impl Sync for Sip
impl Unpin for Sip
impl UnwindSafe for Sip
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