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