pub enum WriteCheckpointValue {
None,
Minimal,
Both,
All,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for WriteCheckpointValue
impl Clone for WriteCheckpointValue
Source§fn clone(&self) -> WriteCheckpointValue
fn clone(&self) -> WriteCheckpointValue
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 WriteCheckpointValue
impl Debug for WriteCheckpointValue
Source§impl Default for WriteCheckpointValue
impl Default for WriteCheckpointValue
Source§fn default() -> WriteCheckpointValue
fn default() -> WriteCheckpointValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WriteCheckpointValue
impl<'de> Deserialize<'de> for WriteCheckpointValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for WriteCheckpointValue
impl Display for WriteCheckpointValue
Source§impl From<WriteCheckpointValue> for WriteCheckpoint
impl From<WriteCheckpointValue> for WriteCheckpoint
Source§fn from(value: WriteCheckpointValue) -> Self
fn from(value: WriteCheckpointValue) -> Self
Converts to this type from the input type.
Source§impl Hash for WriteCheckpointValue
impl Hash for WriteCheckpointValue
Source§impl Ord for WriteCheckpointValue
impl Ord for WriteCheckpointValue
Source§fn cmp(&self, other: &WriteCheckpointValue) -> Ordering
fn cmp(&self, other: &WriteCheckpointValue) -> 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 WriteCheckpointValue
impl PartialEq for WriteCheckpointValue
Source§impl PartialOrd for WriteCheckpointValue
impl PartialOrd for WriteCheckpointValue
Source§impl Serialize for WriteCheckpointValue
impl Serialize for WriteCheckpointValue
impl Copy for WriteCheckpointValue
impl Eq for WriteCheckpointValue
impl StructuralPartialEq for WriteCheckpointValue
Auto Trait Implementations§
impl Freeze for WriteCheckpointValue
impl RefUnwindSafe for WriteCheckpointValue
impl Send for WriteCheckpointValue
impl Sync for WriteCheckpointValue
impl Unpin for WriteCheckpointValue
impl UnwindSafe for WriteCheckpointValue
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