#[repr(i32)]pub enum CheckpointMode {
Passive = 0,
Full = 1,
Restart = 2,
Truncate = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for CheckpointMode
impl Clone for CheckpointMode
Source§fn clone(&self) -> CheckpointMode
fn clone(&self) -> CheckpointMode
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 CheckpointMode
impl Debug for CheckpointMode
Source§impl Ord for CheckpointMode
impl Ord for CheckpointMode
Source§fn cmp(&self, other: &CheckpointMode) -> Ordering
fn cmp(&self, other: &CheckpointMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CheckpointMode
impl PartialEq for CheckpointMode
Source§impl PartialOrd for CheckpointMode
impl PartialOrd for CheckpointMode
impl Copy for CheckpointMode
impl Eq for CheckpointMode
impl StructuralPartialEq for CheckpointMode
Auto Trait Implementations§
impl Freeze for CheckpointMode
impl RefUnwindSafe for CheckpointMode
impl Send for CheckpointMode
impl Sync for CheckpointMode
impl Unpin for CheckpointMode
impl UnwindSafe for CheckpointMode
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