pub struct RecallCommand;Expand description
Recall command handler.
Implementations§
Source§impl RecallCommand
impl RecallCommand
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecallCommand
impl RefUnwindSafe for RecallCommand
impl Send for RecallCommand
impl Sync for RecallCommand
impl Unpin for RecallCommand
impl UnwindSafe for RecallCommand
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