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