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