Enum cynic_parser::common::WrappingType
source · pub enum WrappingType {
NonNull,
List,
}Variants§
Trait Implementations§
source§impl Clone for WrappingType
impl Clone for WrappingType
source§fn clone(&self) -> WrappingType
fn clone(&self) -> WrappingType
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 WrappingType
impl Debug for WrappingType
source§impl FromIterator<WrappingType> for TypeWrappers
impl FromIterator<WrappingType> for TypeWrappers
source§fn from_iter<T: IntoIterator<Item = WrappingType>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = WrappingType>>(iter: T) -> Self
Creates a value from an iterator. Read more
source§impl PartialEq for WrappingType
impl PartialEq for WrappingType
source§fn eq(&self, other: &WrappingType) -> bool
fn eq(&self, other: &WrappingType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WrappingType
impl Eq for WrappingType
impl StructuralPartialEq for WrappingType
Auto Trait Implementations§
impl Freeze for WrappingType
impl RefUnwindSafe for WrappingType
impl Send for WrappingType
impl Sync for WrappingType
impl Unpin for WrappingType
impl UnwindSafe for WrappingType
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.