pub enum __TypeKind {
SCALAR,
OBJECT,
INTERFACE,
UNION,
ENUM,
INPUT_OBJECT,
LIST,
NON_NULL,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for __TypeKind
impl Clone for __TypeKind
Source§fn clone(&self) -> __TypeKind
fn clone(&self) -> __TypeKind
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 __TypeKind
impl Debug for __TypeKind
Source§impl<'de> Deserialize<'de> for __TypeKind
impl<'de> Deserialize<'de> for __TypeKind
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for __TypeKind
impl PartialEq for __TypeKind
Source§impl Serialize for __TypeKind
impl Serialize for __TypeKind
impl StructuralPartialEq for __TypeKind
Auto Trait Implementations§
impl Freeze for __TypeKind
impl RefUnwindSafe for __TypeKind
impl Send for __TypeKind
impl Sync for __TypeKind
impl Unpin for __TypeKind
impl UnwindSafe for __TypeKind
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