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