Struct fuel_gql_client::client::schema::primitives::U64
source · pub struct U64(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl<'de> Deserialize<'de> for U64
impl<'de> Deserialize<'de> for U64
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl IsScalar<U64> for U64
impl IsScalar<U64> for U64
§type SchemaType = U64
type SchemaType = U64
The schema marker type this scalar represents.
source§impl PartialOrd<U64> for U64
impl PartialOrd<U64> for U64
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl CoercesTo<U64> for U64
impl Eq for U64
impl StructuralEq for U64
impl StructuralPartialEq for U64
Auto Trait Implementations§
impl RefUnwindSafe for U64
impl Send for U64
impl Sync for U64
impl Unpin for U64
impl UnwindSafe for U64
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.