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