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