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