pub enum WriteCheckpoint {
Value(WriteCheckpointValue),
Option(WriteCheckpointOption),
}Variants§
Value(WriteCheckpointValue)
Option(WriteCheckpointOption)
Trait Implementations§
Source§impl Clone for WriteCheckpoint
impl Clone for WriteCheckpoint
Source§fn clone(&self) -> WriteCheckpoint
fn clone(&self) -> WriteCheckpoint
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 WriteCheckpoint
impl Debug for WriteCheckpoint
Source§impl Default for WriteCheckpoint
impl Default for WriteCheckpoint
Source§impl<'de> Deserialize<'de> for WriteCheckpoint
impl<'de> Deserialize<'de> for WriteCheckpoint
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 WriteCheckpoint
impl Display for WriteCheckpoint
Source§impl From<WriteCheckpointOption> for WriteCheckpoint
impl From<WriteCheckpointOption> for WriteCheckpoint
Source§fn from(value: WriteCheckpointOption) -> Self
fn from(value: WriteCheckpointOption) -> Self
Converts to this type from the input type.
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 WriteCheckpoint
impl Hash for WriteCheckpoint
Source§impl KeywordDisplay for WriteCheckpoint
impl KeywordDisplay for WriteCheckpoint
Source§impl Ord for WriteCheckpoint
impl Ord for WriteCheckpoint
Source§fn cmp(&self, other: &WriteCheckpoint) -> Ordering
fn cmp(&self, other: &WriteCheckpoint) -> 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 WriteCheckpoint
impl PartialEq for WriteCheckpoint
Source§impl PartialOrd for WriteCheckpoint
impl PartialOrd for WriteCheckpoint
Source§impl Serialize for WriteCheckpoint
impl Serialize for WriteCheckpoint
impl Copy for WriteCheckpoint
impl Eq for WriteCheckpoint
impl StructuralPartialEq for WriteCheckpoint
Auto Trait Implementations§
impl Freeze for WriteCheckpoint
impl RefUnwindSafe for WriteCheckpoint
impl Send for WriteCheckpoint
impl Sync for WriteCheckpoint
impl Unpin for WriteCheckpoint
impl UnwindSafe for WriteCheckpoint
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