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