pub struct BlockMetadataPersist {
pub checksum: u64,
pub last_modified_ms: u64,
pub version: u32,
pub algo: ChecksumAlgorithm,
}Fields§
§checksum: u64§last_modified_ms: u64§version: u32§algo: ChecksumAlgorithmTrait Implementations§
Source§impl Clone for BlockMetadataPersist
impl Clone for BlockMetadataPersist
Source§fn clone(&self) -> BlockMetadataPersist
fn clone(&self) -> BlockMetadataPersist
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BlockMetadataPersist
impl RefUnwindSafe for BlockMetadataPersist
impl Send for BlockMetadataPersist
impl Sync for BlockMetadataPersist
impl Unpin for BlockMetadataPersist
impl UnwindSafe for BlockMetadataPersist
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