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