Struct cynic_parser::type_system::ids::InputObjectDefinitionId
source · pub struct InputObjectDefinitionId(/* private fields */);Trait Implementations§
source§impl Clone for InputObjectDefinitionId
impl Clone for InputObjectDefinitionId
source§fn clone(&self) -> InputObjectDefinitionId
fn clone(&self) -> InputObjectDefinitionId
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 InputObjectDefinitionId
impl Debug for InputObjectDefinitionId
source§impl Hash for InputObjectDefinitionId
impl Hash for InputObjectDefinitionId
source§impl Ord for InputObjectDefinitionId
impl Ord for InputObjectDefinitionId
source§fn cmp(&self, other: &InputObjectDefinitionId) -> Ordering
fn cmp(&self, other: &InputObjectDefinitionId) -> 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 InputObjectDefinitionId
impl PartialEq for InputObjectDefinitionId
source§fn eq(&self, other: &InputObjectDefinitionId) -> bool
fn eq(&self, other: &InputObjectDefinitionId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for InputObjectDefinitionId
impl PartialOrd for InputObjectDefinitionId
source§fn partial_cmp(&self, other: &InputObjectDefinitionId) -> Option<Ordering>
fn partial_cmp(&self, other: &InputObjectDefinitionId) -> 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 TypeSystemId for InputObjectDefinitionId
impl TypeSystemId for InputObjectDefinitionId
type Reader<'a> = InputObjectDefinition<'a>
fn read(self, ast: &TypeSystemDocument) -> Self::Reader<'_>
impl Copy for InputObjectDefinitionId
impl Eq for InputObjectDefinitionId
impl StructuralPartialEq for InputObjectDefinitionId
Auto Trait Implementations§
impl Freeze for InputObjectDefinitionId
impl RefUnwindSafe for InputObjectDefinitionId
impl Send for InputObjectDefinitionId
impl Sync for InputObjectDefinitionId
impl Unpin for InputObjectDefinitionId
impl UnwindSafe for InputObjectDefinitionId
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.