pub struct TxHashes(/* private fields */);
Implementations§
Trait Implementations§
impl Eq for TxHashes
impl StructuralPartialEq for TxHashes
Auto Trait Implementations§
impl Freeze for TxHashes
impl RefUnwindSafe for TxHashes
impl Send for TxHashes
impl Sync for TxHashes
impl Unpin for TxHashes
impl UnwindSafe for TxHashes
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