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