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