pub struct TxnSetChecksum {
pub size: usize,
pub hash: Checksum,
}Expand description
Txn Set Checksum metadata item
Fields§
§size: usizesize of transaction set
hash: Checksumhash of Txn Set Checksum
Trait Implementations§
Source§impl Clone for TxnSetChecksum
impl Clone for TxnSetChecksum
Source§fn clone(&self) -> TxnSetChecksum
fn clone(&self) -> TxnSetChecksum
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 moreSource§impl Debug for TxnSetChecksum
impl Debug for TxnSetChecksum
Auto Trait Implementations§
impl Freeze for TxnSetChecksum
impl RefUnwindSafe for TxnSetChecksum
impl Send for TxnSetChecksum
impl Sync for TxnSetChecksum
impl Unpin for TxnSetChecksum
impl UnwindSafe for TxnSetChecksum
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