Struct graphql_federated_graph::FieldTypeId
source · pub struct FieldTypeId(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for FieldTypeId
impl Clone for FieldTypeId
source§fn clone(&self) -> FieldTypeId
fn clone(&self) -> FieldTypeId
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 FieldTypeId
impl Debug for FieldTypeId
source§impl<'de> Deserialize<'de> for FieldTypeId
impl<'de> Deserialize<'de> for FieldTypeId
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 Hash for FieldTypeId
impl Hash for FieldTypeId
source§impl Index<FieldTypeId> for FederatedGraph
impl Index<FieldTypeId> for FederatedGraph
source§impl IndexMut<FieldTypeId> for FederatedGraph
impl IndexMut<FieldTypeId> for FederatedGraph
source§impl Ord for FieldTypeId
impl Ord for FieldTypeId
source§fn cmp(&self, other: &FieldTypeId) -> Ordering
fn cmp(&self, other: &FieldTypeId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for FieldTypeId
impl PartialEq for FieldTypeId
source§fn eq(&self, other: &FieldTypeId) -> bool
fn eq(&self, other: &FieldTypeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FieldTypeId
impl PartialOrd for FieldTypeId
source§fn partial_cmp(&self, other: &FieldTypeId) -> Option<Ordering>
fn partial_cmp(&self, other: &FieldTypeId) -> 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 FieldTypeId
impl Serialize for FieldTypeId
impl Copy for FieldTypeId
impl Eq for FieldTypeId
impl StructuralEq for FieldTypeId
impl StructuralPartialEq for FieldTypeId
Auto Trait Implementations§
impl RefUnwindSafe for FieldTypeId
impl Send for FieldTypeId
impl Sync for FieldTypeId
impl Unpin for FieldTypeId
impl UnwindSafe for FieldTypeId
Blanket Implementations§
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