pub struct MockCommandExecutor;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockCommandExecutor
impl RefUnwindSafe for MockCommandExecutor
impl Send for MockCommandExecutor
impl Sync for MockCommandExecutor
impl Unpin 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