pub struct CheckpointFailure { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for CheckpointFailure
impl Clone for CheckpointFailure
Source§fn clone(&self) -> CheckpointFailure
fn clone(&self) -> CheckpointFailure
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CheckpointFailure
impl Debug for CheckpointFailure
Source§impl Default for CheckpointFailure
impl Default for CheckpointFailure
Source§impl From<CheckpointFailure> for CheckpointFailure
impl From<CheckpointFailure> for CheckpointFailure
Source§fn from(value: CheckpointFailure) -> Self
fn from(value: CheckpointFailure) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CheckpointFailure> for CheckpointFailure
impl TryFrom<CheckpointFailure> for CheckpointFailure
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CheckpointFailure) -> Result<Self, ConversionError>
fn try_from(value: CheckpointFailure) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CheckpointFailure
impl RefUnwindSafe for CheckpointFailure
impl Send for CheckpointFailure
impl Sync for CheckpointFailure
impl Unpin for CheckpointFailure
impl UnwindSafe for CheckpointFailure
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