pub struct MockCommandExecutor;Trait Implementations§
Source§impl Clone for MockCommandExecutor
impl Clone for MockCommandExecutor
Source§fn clone(&self) -> MockCommandExecutor
fn clone(&self) -> MockCommandExecutor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MockCommandExecutor
Source§impl Debug for MockCommandExecutor
impl Debug for MockCommandExecutor
Source§impl Default for MockCommandExecutor
impl Default for MockCommandExecutor
Source§fn default() -> MockCommandExecutor
fn default() -> MockCommandExecutor
Returns the “default value” for a type. Read more
impl Eq for MockCommandExecutor
Source§impl Hash for MockCommandExecutor
impl Hash for MockCommandExecutor
Source§impl PartialEq for MockCommandExecutor
impl PartialEq for MockCommandExecutor
impl StructuralPartialEq for MockCommandExecutor
Auto Trait Implementations§
impl Freeze for MockCommandExecutor
impl RefUnwindSafe for MockCommandExecutor
impl Send for MockCommandExecutor
impl Sync for MockCommandExecutor
impl Unpin for MockCommandExecutor
impl UnsafeUnpin for MockCommandExecutor
impl UnwindSafe for MockCommandExecutor
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