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