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