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