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