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