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