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