pub struct VerifiedNativePrefixRef {
pub entries: u64,
pub physical_head: JournalHead,
pub canonical_head: JournalHead,
pub descriptor: ContentId,
}Expand description
Durable proof reference for the immutable v1 committed prefix.
Fields§
§entries: u64§physical_head: JournalHead§canonical_head: JournalHead§descriptor: ContentIdTrait Implementations§
Source§impl Clone for VerifiedNativePrefixRef
impl Clone for VerifiedNativePrefixRef
Source§fn clone(&self) -> VerifiedNativePrefixRef
fn clone(&self) -> VerifiedNativePrefixRef
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 VerifiedNativePrefixRef
impl Debug for VerifiedNativePrefixRef
impl Eq for VerifiedNativePrefixRef
Source§impl PartialEq for VerifiedNativePrefixRef
impl PartialEq for VerifiedNativePrefixRef
impl StructuralPartialEq for VerifiedNativePrefixRef
Auto Trait Implementations§
impl Freeze for VerifiedNativePrefixRef
impl RefUnwindSafe for VerifiedNativePrefixRef
impl Send for VerifiedNativePrefixRef
impl Sync for VerifiedNativePrefixRef
impl Unpin for VerifiedNativePrefixRef
impl UnsafeUnpin for VerifiedNativePrefixRef
impl UnwindSafe for VerifiedNativePrefixRef
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