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