Enum fuels_types::CustomType
source · pub enum CustomType {
Struct,
Enum,
}
Variants§
Trait Implementations§
source§impl Clone for CustomType
impl Clone for CustomType
source§fn clone(&self) -> CustomType
fn clone(&self) -> CustomType
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 CustomType
impl Debug for CustomType
source§impl PartialEq<CustomType> for CustomType
impl PartialEq<CustomType> for CustomType
source§fn eq(&self, other: &CustomType) -> bool
fn eq(&self, other: &CustomType) -> bool
source§impl ToString for CustomType
impl ToString for CustomType
impl Copy for CustomType
impl Eq for CustomType
impl StructuralEq for CustomType
impl StructuralPartialEq for CustomType
Auto Trait Implementations§
impl RefUnwindSafe for CustomType
impl Send for CustomType
impl Sync for CustomType
impl Unpin for CustomType
impl UnwindSafe for CustomType
Blanket Implementations§
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.