pub enum StartFromCheckpoint {
Latest,
Uuid(Uuid),
}Variants§
Trait Implementations§
Source§impl Clone for StartFromCheckpoint
impl Clone for StartFromCheckpoint
Source§fn clone(&self) -> StartFromCheckpoint
fn clone(&self) -> StartFromCheckpoint
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 StartFromCheckpoint
impl Debug for StartFromCheckpoint
Source§impl<'de> Deserialize<'de> for StartFromCheckpoint
impl<'de> Deserialize<'de> for StartFromCheckpoint
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 PartialEq for StartFromCheckpoint
impl PartialEq for StartFromCheckpoint
Source§impl Serialize for StartFromCheckpoint
impl Serialize for StartFromCheckpoint
Source§impl ToSchema<'_> for StartFromCheckpoint
impl ToSchema<'_> for StartFromCheckpoint
impl Eq for StartFromCheckpoint
impl StructuralPartialEq for StartFromCheckpoint
Auto Trait Implementations§
impl Freeze for StartFromCheckpoint
impl RefUnwindSafe for StartFromCheckpoint
impl Send for StartFromCheckpoint
impl Sync for StartFromCheckpoint
impl Unpin for StartFromCheckpoint
impl UnwindSafe for StartFromCheckpoint
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> 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.