Struct fuels_core::types::B512
source · Fields§
§bytes: [Bits256; 2]Trait Implementations§
source§impl Parameterize for B512
impl Parameterize for B512
fn param_type() -> ParamType
source§impl Tokenizable for B512
impl Tokenizable for B512
impl Copy for B512
impl Eq for B512
impl StructuralEq for B512
impl StructuralPartialEq for B512
Auto Trait Implementations§
impl RefUnwindSafe for B512
impl Send for B512
impl Sync for B512
impl Unpin for B512
impl UnwindSafe for B512
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.