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