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