Struct cynic_parser::executable::ids::ArgumentId
source · pub struct ArgumentId(/* private fields */);Trait Implementations§
source§impl Clone for ArgumentId
impl Clone for ArgumentId
source§fn clone(&self) -> ArgumentId
fn clone(&self) -> ArgumentId
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 ArgumentId
impl Debug for ArgumentId
source§impl ExecutableId for ArgumentId
impl ExecutableId for ArgumentId
source§impl Hash for ArgumentId
impl Hash for ArgumentId
source§impl IdOperations for ArgumentId
impl IdOperations for ArgumentId
source§impl PartialEq for ArgumentId
impl PartialEq for ArgumentId
source§fn eq(&self, other: &ArgumentId) -> bool
fn eq(&self, other: &ArgumentId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ArgumentId
impl Eq for ArgumentId
impl StructuralPartialEq for ArgumentId
Auto Trait Implementations§
impl Freeze for ArgumentId
impl RefUnwindSafe for ArgumentId
impl Send for ArgumentId
impl Sync for ArgumentId
impl Unpin for ArgumentId
impl UnwindSafe for ArgumentId
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> 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.