pub struct IExecuteCommand(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IExecuteCommand
impl !Sync for IExecuteCommand
impl Freeze for IExecuteCommand
impl RefUnwindSafe for IExecuteCommand
impl Unpin for IExecuteCommand
impl UnsafeUnpin for IExecuteCommand
impl UnwindSafe for IExecuteCommand
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