pub enum StartFromCheckpointVariant0 {
Latest,
}Expand description
StartFromCheckpointVariant0
JSON schema
{
"type": "string",
"enum": [
"latest"
]
}Variants§
Latest
Trait Implementations§
Source§impl Clone for StartFromCheckpointVariant0
impl Clone for StartFromCheckpointVariant0
Source§fn clone(&self) -> StartFromCheckpointVariant0
fn clone(&self) -> StartFromCheckpointVariant0
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 StartFromCheckpointVariant0
impl Debug for StartFromCheckpointVariant0
Source§impl<'de> Deserialize<'de> for StartFromCheckpointVariant0
impl<'de> Deserialize<'de> for StartFromCheckpointVariant0
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 From<&StartFromCheckpointVariant0> for StartFromCheckpointVariant0
impl From<&StartFromCheckpointVariant0> for StartFromCheckpointVariant0
Source§fn from(value: &StartFromCheckpointVariant0) -> Self
fn from(value: &StartFromCheckpointVariant0) -> Self
Converts to this type from the input type.
Source§impl From<StartFromCheckpointVariant0> for StartFromCheckpoint
impl From<StartFromCheckpointVariant0> for StartFromCheckpoint
Source§fn from(value: StartFromCheckpointVariant0) -> Self
fn from(value: StartFromCheckpointVariant0) -> Self
Converts to this type from the input type.
Source§impl Hash for StartFromCheckpointVariant0
impl Hash for StartFromCheckpointVariant0
Source§impl Ord for StartFromCheckpointVariant0
impl Ord for StartFromCheckpointVariant0
Source§fn cmp(&self, other: &StartFromCheckpointVariant0) -> Ordering
fn cmp(&self, other: &StartFromCheckpointVariant0) -> 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 PartialOrd for StartFromCheckpointVariant0
impl PartialOrd for StartFromCheckpointVariant0
Source§impl TryFrom<&String> for StartFromCheckpointVariant0
impl TryFrom<&String> for StartFromCheckpointVariant0
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for StartFromCheckpointVariant0
impl TryFrom<&str> for StartFromCheckpointVariant0
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for StartFromCheckpointVariant0
impl TryFrom<String> for StartFromCheckpointVariant0
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for StartFromCheckpointVariant0
impl Eq for StartFromCheckpointVariant0
impl StructuralPartialEq for StartFromCheckpointVariant0
Auto Trait Implementations§
impl Freeze for StartFromCheckpointVariant0
impl RefUnwindSafe for StartFromCheckpointVariant0
impl Send for StartFromCheckpointVariant0
impl Sync for StartFromCheckpointVariant0
impl Unpin for StartFromCheckpointVariant0
impl UnwindSafe for StartFromCheckpointVariant0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.