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