pub struct sSingleCommand { /* private fields */ }Trait Implementations§
Source§impl Clone for sSingleCommand
impl Clone for sSingleCommand
Source§fn clone(&self) -> sSingleCommand
fn clone(&self) -> sSingleCommand
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 sSingleCommand
impl Debug for sSingleCommand
impl Copy for sSingleCommand
Auto Trait Implementations§
impl Freeze for sSingleCommand
impl RefUnwindSafe for sSingleCommand
impl Send for sSingleCommand
impl Sync for sSingleCommand
impl Unpin for sSingleCommand
impl UnwindSafe for sSingleCommand
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