pub struct KeyMaxLt {
pub has_key_block: bool,
pub max_end_lt: u64,
}Expand description
Value augmentation for the [OldMcBlocksInfo] dictionary.
Fields§
§has_key_block: boolHas key block in a subtree.
max_end_lt: u64The maximum logical time in a subtree.
Trait Implementations§
Source§impl AugDictExtra for KeyMaxLt
impl AugDictExtra for KeyMaxLt
Source§impl Store for KeyMaxLt
impl Store for KeyMaxLt
Source§fn store_into(
&self,
__builder: &mut CellBuilder,
__context: &dyn CellContext,
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __context: &dyn CellContext, ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Copy for KeyMaxLt
impl Eq for KeyMaxLt
impl StructuralPartialEq for KeyMaxLt
Auto Trait Implementations§
impl Freeze for KeyMaxLt
impl RefUnwindSafe for KeyMaxLt
impl Send for KeyMaxLt
impl Sync for KeyMaxLt
impl Unpin for KeyMaxLt
impl UnwindSafe for KeyMaxLt
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.