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