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