Struct fuel_gql_client::client::schema::primitives::Tai64Timestamp
source · pub struct Tai64Timestamp(pub Tai64);
Tuple Fields§
§0: Tai64
Implementations§
Trait Implementations§
source§impl Clone for Tai64Timestamp
impl Clone for Tai64Timestamp
source§fn clone(&self) -> Tai64Timestamp
fn clone(&self) -> Tai64Timestamp
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 Tai64Timestamp
impl Debug for Tai64Timestamp
source§impl<'de> Deserialize<'de> for Tai64Timestamp
impl<'de> Deserialize<'de> for Tai64Timestamp
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 From<Tai64> for Tai64Timestamp
impl From<Tai64> for Tai64Timestamp
source§fn from(original: Tai64) -> Tai64Timestamp
fn from(original: Tai64) -> Tai64Timestamp
Converts to this type from the input type.
source§impl From<Tai64Timestamp> for Tai64
impl From<Tai64Timestamp> for Tai64
source§fn from(original: Tai64Timestamp) -> Self
fn from(original: Tai64Timestamp) -> Self
Converts to this type from the input type.
source§impl IsScalar<Tai64Timestamp> for Tai64Timestamp
impl IsScalar<Tai64Timestamp> for Tai64Timestamp
§type SchemaType = Tai64Timestamp
type SchemaType = Tai64Timestamp
The schema marker type this scalar represents.
source§impl PartialEq<Tai64Timestamp> for Tai64Timestamp
impl PartialEq<Tai64Timestamp> for Tai64Timestamp
source§fn eq(&self, other: &Tai64Timestamp) -> bool
fn eq(&self, other: &Tai64Timestamp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Tai64Timestamp> for Tai64Timestamp
impl PartialOrd<Tai64Timestamp> for Tai64Timestamp
source§fn partial_cmp(&self, other: &Tai64Timestamp) -> Option<Ordering>
fn partial_cmp(&self, other: &Tai64Timestamp) -> Option<Ordering>
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 moresource§impl Serialize for Tai64Timestamp
impl Serialize for Tai64Timestamp
source§impl Variable for Tai64Timestamp
impl Variable for Tai64Timestamp
const TYPE: VariableType = _
impl CoercesTo<Tai64Timestamp> for Tai64Timestamp
impl Eq for Tai64Timestamp
impl StructuralEq for Tai64Timestamp
impl StructuralPartialEq for Tai64Timestamp
Auto Trait Implementations§
impl RefUnwindSafe for Tai64Timestamp
impl Send for Tai64Timestamp
impl Sync for Tai64Timestamp
impl Unpin for Tai64Timestamp
impl UnwindSafe for Tai64Timestamp
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.