pub struct CommandExecutionAbandoned;Expand description
Error returned when a tracked command execution can no longer complete.
Trait Implementations§
Source§impl Clone for CommandExecutionAbandoned
impl Clone for CommandExecutionAbandoned
Source§fn clone(&self) -> CommandExecutionAbandoned
fn clone(&self) -> CommandExecutionAbandoned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandExecutionAbandoned
Source§impl Debug for CommandExecutionAbandoned
impl Debug for CommandExecutionAbandoned
impl Eq for CommandExecutionAbandoned
Source§impl From<CommandExecutionAbandoned> for DriverError
impl From<CommandExecutionAbandoned> for DriverError
Source§fn from(_: CommandExecutionAbandoned) -> Self
fn from(_: CommandExecutionAbandoned) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CommandExecutionAbandoned
impl PartialEq for CommandExecutionAbandoned
Source§fn eq(&self, other: &CommandExecutionAbandoned) -> bool
fn eq(&self, other: &CommandExecutionAbandoned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommandExecutionAbandoned
Auto Trait Implementations§
impl Freeze for CommandExecutionAbandoned
impl RefUnwindSafe for CommandExecutionAbandoned
impl Send for CommandExecutionAbandoned
impl Sync for CommandExecutionAbandoned
impl Unpin for CommandExecutionAbandoned
impl UnsafeUnpin for CommandExecutionAbandoned
impl UnwindSafe for CommandExecutionAbandoned
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