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