pub struct sReadCommand { /* private fields */ }Trait Implementations§
Source§impl Clone for sReadCommand
impl Clone for sReadCommand
Source§fn clone(&self) -> sReadCommand
fn clone(&self) -> sReadCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sReadCommand
impl Debug for sReadCommand
impl Copy for sReadCommand
Auto Trait Implementations§
impl Freeze for sReadCommand
impl RefUnwindSafe for sReadCommand
impl Send for sReadCommand
impl Sync for sReadCommand
impl Unpin for sReadCommand
impl UnwindSafe for sReadCommand
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