pub enum NativeCheckpointFailure {
FailedButQuiescent(DeviceErrorReport),
ContractFailedButQuiescent(String),
AbandonedAfterDrain,
}Variants§
Trait Implementations§
Source§impl Clone for NativeCheckpointFailure
impl Clone for NativeCheckpointFailure
Source§fn clone(&self) -> NativeCheckpointFailure
fn clone(&self) -> NativeCheckpointFailure
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 moreAuto Trait Implementations§
impl Freeze for NativeCheckpointFailure
impl RefUnwindSafe for NativeCheckpointFailure
impl Send for NativeCheckpointFailure
impl Sync for NativeCheckpointFailure
impl Unpin for NativeCheckpointFailure
impl UnsafeUnpin for NativeCheckpointFailure
impl UnwindSafe for NativeCheckpointFailure
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