pub struct SealReport {
pub last_revision_per_shard: Vec<u64>,
pub data_dir_fingerprint: [u8; 32],
}Fields§
§last_revision_per_shard: Vec<u64>§data_dir_fingerprint: [u8; 32]Trait Implementations§
Source§impl Clone for SealReport
impl Clone for SealReport
Source§fn clone(&self) -> SealReport
fn clone(&self) -> SealReport
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 SealReport
impl Debug for SealReport
Source§impl Default for SealReport
impl Default for SealReport
Source§fn default() -> SealReport
fn default() -> SealReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SealReport
impl RefUnwindSafe for SealReport
impl Send for SealReport
impl Sync for SealReport
impl Unpin for SealReport
impl UnsafeUnpin for SealReport
impl UnwindSafe for SealReport
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