pub struct TxInEncoder<'e>(/* private fields */);Expand description
The encoder for the TxIn type.
Trait Implementations§
Source§impl<'e> Clone for TxInEncoder<'e>
impl<'e> Clone for TxInEncoder<'e>
Source§fn clone(&self) -> TxInEncoder<'e>
fn clone(&self) -> TxInEncoder<'e>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'e> Debug for TxInEncoder<'e>
impl<'e> Debug for TxInEncoder<'e>
Source§impl<'e> Encoder for TxInEncoder<'e>
impl<'e> Encoder for TxInEncoder<'e>
Auto Trait Implementations§
impl<'e> Freeze for TxInEncoder<'e>
impl<'e> RefUnwindSafe for TxInEncoder<'e>
impl<'e> Send for TxInEncoder<'e>
impl<'e> Sync for TxInEncoder<'e>
impl<'e> Unpin for TxInEncoder<'e>
impl<'e> UnsafeUnpin for TxInEncoder<'e>
impl<'e> UnwindSafe for TxInEncoder<'e>
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