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