pub struct DurableHead {
pub digest: Digest,
pub step_seq: WireU64,
}Expand description
The journal head this runtime believes in: the CAS precondition of the next append.
Fields§
§digest: Digest§step_seq: WireU64Trait Implementations§
Source§impl Clone for DurableHead
impl Clone for DurableHead
Source§fn clone(&self) -> DurableHead
fn clone(&self) -> DurableHead
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 moreSource§impl Debug for DurableHead
impl Debug for DurableHead
impl Eq for DurableHead
Source§impl PartialEq for DurableHead
impl PartialEq for DurableHead
impl StructuralPartialEq for DurableHead
Auto Trait Implementations§
impl Freeze for DurableHead
impl RefUnwindSafe for DurableHead
impl Send for DurableHead
impl Sync for DurableHead
impl Unpin for DurableHead
impl UnsafeUnpin for DurableHead
impl UnwindSafe for DurableHead
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.