pub struct SendTxInput { /* private fields */ }Implementations§
Source§impl SendTxInput
impl SendTxInput
Trait Implementations§
Source§impl Clone for SendTxInput
impl Clone for SendTxInput
Source§fn clone(&self) -> SendTxInput
fn clone(&self) -> SendTxInput
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 SendTxInput
impl Debug for SendTxInput
Source§impl Default for SendTxInput
impl Default for SendTxInput
Source§impl From<SendTxInput> for SendTxInput
impl From<SendTxInput> for SendTxInput
Source§fn from(value: SendTxInput) -> Self
fn from(value: SendTxInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SendTxInput> for SendTxInput
impl TryFrom<SendTxInput> for SendTxInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SendTxInput) -> Result<Self, ConversionError>
fn try_from(value: SendTxInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SendTxInput
impl RefUnwindSafe for SendTxInput
impl Send for SendTxInput
impl Sync for SendTxInput
impl Unpin for SendTxInput
impl UnwindSafe for SendTxInput
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