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