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