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