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