pub struct TxHashesWithSizes(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<[TxHashWithSize]> for TxHashesWithSizes
impl AsRef<[TxHashWithSize]> for TxHashesWithSizes
Source§fn as_ref(&self) -> &[TxHashWithSize]
fn as_ref(&self) -> &[TxHashWithSize]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TxHashesWithSizes
impl Clone for TxHashesWithSizes
Source§fn clone(&self) -> TxHashesWithSizes
fn clone(&self) -> TxHashesWithSizes
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 TxHashesWithSizes
impl Debug for TxHashesWithSizes
Source§impl Decode for TxHashesWithSizes
impl Decode for TxHashesWithSizes
Source§impl From<Vec<TxHashWithSize>> for TxHashesWithSizes
impl From<Vec<TxHashWithSize>> for TxHashesWithSizes
Source§fn from(v: Vec<TxHashWithSize>) -> Self
fn from(v: Vec<TxHashWithSize>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TxHashesWithSizes
impl PartialEq for TxHashesWithSizes
impl Eq for TxHashesWithSizes
impl StructuralPartialEq for TxHashesWithSizes
Auto Trait Implementations§
impl Freeze for TxHashesWithSizes
impl RefUnwindSafe for TxHashesWithSizes
impl Send for TxHashesWithSizes
impl Sync for TxHashesWithSizes
impl Unpin for TxHashesWithSizes
impl UnwindSafe for TxHashesWithSizes
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