pub struct numRead;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for numRead
impl RefUnwindSafe for numRead
impl Send for numRead
impl Sync for numRead
impl Unpin for numRead
impl UnwindSafe for numRead
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