pub struct EpochCheckpoint { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EpochCheckpoint
impl Clone for EpochCheckpoint
Source§fn clone(&self) -> EpochCheckpoint
fn clone(&self) -> EpochCheckpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EpochCheckpoint
Source§impl Debug for EpochCheckpoint
impl Debug for EpochCheckpoint
impl Eq for EpochCheckpoint
Source§impl PartialEq for EpochCheckpoint
impl PartialEq for EpochCheckpoint
impl StructuralPartialEq for EpochCheckpoint
Auto Trait Implementations§
impl Freeze for EpochCheckpoint
impl RefUnwindSafe for EpochCheckpoint
impl Send for EpochCheckpoint
impl Sync for EpochCheckpoint
impl Unpin for EpochCheckpoint
impl UnsafeUnpin for EpochCheckpoint
impl UnwindSafe for EpochCheckpoint
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.