pub struct TxHashWithSize {
pub id: TxHash,
pub size_bytes: u64,
}
Fields§
§id: TxHash
§size_bytes: u64
Trait Implementations§
Source§impl Clone for TxHashWithSize
impl Clone for TxHashWithSize
Source§fn clone(&self) -> TxHashWithSize
fn clone(&self) -> TxHashWithSize
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 TxHashWithSize
impl Debug for TxHashWithSize
Source§impl Decode for TxHashWithSize
impl Decode for TxHashWithSize
Source§impl PartialEq for TxHashWithSize
impl PartialEq for TxHashWithSize
impl Eq for TxHashWithSize
impl StructuralPartialEq for TxHashWithSize
Auto Trait Implementations§
impl Freeze for TxHashWithSize
impl RefUnwindSafe for TxHashWithSize
impl Send for TxHashWithSize
impl Sync for TxHashWithSize
impl Unpin for TxHashWithSize
impl UnwindSafe for TxHashWithSize
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