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