pub struct ReadCommand { /* private fields */ }
Auto Trait Implementations§
impl Freeze for ReadCommand
impl RefUnwindSafe for ReadCommand
impl Send for ReadCommand
impl Sync for ReadCommand
impl Unpin for ReadCommand
impl UnwindSafe for ReadCommand
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