Struct fuels_types::EvmAddress
source · pub struct EvmAddress { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for EvmAddress
impl Clone for EvmAddress
source§fn clone(&self) -> EvmAddress
fn clone(&self) -> EvmAddress
Returns a copy 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 EvmAddress
impl Debug for EvmAddress
source§impl From<Bits256> for EvmAddress
impl From<Bits256> for EvmAddress
source§impl Parameterize for EvmAddress
impl Parameterize for EvmAddress
fn param_type() -> ParamType
source§impl PartialEq<EvmAddress> for EvmAddress
impl PartialEq<EvmAddress> for EvmAddress
source§fn eq(&self, other: &EvmAddress) -> bool
fn eq(&self, other: &EvmAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Tokenizable for EvmAddress
impl Tokenizable for EvmAddress
source§fn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.
source§fn from_token(token: Token) -> Result<Self>
fn from_token(token: Token) -> Result<Self>
Converts a
Token
into expected type.impl Copy for EvmAddress
impl Eq for EvmAddress
impl StructuralEq for EvmAddress
impl StructuralPartialEq for EvmAddress
Auto Trait Implementations§
impl RefUnwindSafe for EvmAddress
impl Send for EvmAddress
impl Sync for EvmAddress
impl Unpin for EvmAddress
impl UnwindSafe for EvmAddress
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.