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