pub enum SyncCheckpoint {
Genesis,
EarliestAvailable,
}Expand description
Sync checkpoint for block references.
Variants§
Trait Implementations§
Source§impl Clone for SyncCheckpoint
impl Clone for SyncCheckpoint
Source§fn clone(&self) -> SyncCheckpoint
fn clone(&self) -> SyncCheckpoint
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 SyncCheckpoint
impl Debug for SyncCheckpoint
Source§impl<'de> Deserialize<'de> for SyncCheckpoint
impl<'de> Deserialize<'de> for SyncCheckpoint
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 SyncCheckpoint
impl PartialEq for SyncCheckpoint
Source§impl Serialize for SyncCheckpoint
impl Serialize for SyncCheckpoint
impl Copy for SyncCheckpoint
impl Eq for SyncCheckpoint
impl StructuralPartialEq for SyncCheckpoint
Auto Trait Implementations§
impl Freeze for SyncCheckpoint
impl RefUnwindSafe for SyncCheckpoint
impl Send for SyncCheckpoint
impl Sync for SyncCheckpoint
impl Unpin for SyncCheckpoint
impl UnsafeUnpin for SyncCheckpoint
impl UnwindSafe for SyncCheckpoint
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.