pub struct CommandCaptured { /* private fields */ }Trait Implementations§
Source§impl Captured for CommandCaptured
impl Captured for CommandCaptured
fn serialize_json(&self) -> Result<Value, Error>
fn abort_requested(&self) -> bool
Source§impl Debug for CommandCaptured
impl Debug for CommandCaptured
Auto Trait Implementations§
impl Freeze for CommandCaptured
impl RefUnwindSafe for CommandCaptured
impl Send for CommandCaptured
impl Sync for CommandCaptured
impl Unpin for CommandCaptured
impl UnwindSafe for CommandCaptured
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