pub struct ReadCommand { /* private fields */ }Expand description
The READ command.
Implementations§
Trait Implementations§
Source§impl Callable for ReadCommand
impl Callable for ReadCommand
Auto Trait Implementations§
impl Freeze for ReadCommand
impl !RefUnwindSafe for ReadCommand
impl !Send for ReadCommand
impl !Sync for ReadCommand
impl Unpin for ReadCommand
impl UnsafeUnpin 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