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