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