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