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