pub enum CheckpointStatus {
Done(CheckpointResult),
IO,
}Variants§
Done(CheckpointResult)
IO
Trait Implementations§
Source§impl Clone for CheckpointStatus
impl Clone for CheckpointStatus
Source§fn clone(&self) -> CheckpointStatus
fn clone(&self) -> CheckpointStatus
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 CheckpointStatus
Auto Trait Implementations§
impl Freeze for CheckpointStatus
impl RefUnwindSafe for CheckpointStatus
impl Send for CheckpointStatus
impl Sync for CheckpointStatus
impl Unpin for CheckpointStatus
impl UnsafeUnpin for CheckpointStatus
impl UnwindSafe for CheckpointStatus
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