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