pub enum GQLIntrospectionKind {
Scalar,
Object,
Interface,
Union,
Enum,
InputObject,
List,
NonNull,
}Variants§
Trait Implementations§
Source§impl Clone for GQLIntrospectionKind
impl Clone for GQLIntrospectionKind
Source§fn clone(&self) -> GQLIntrospectionKind
fn clone(&self) -> GQLIntrospectionKind
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GQLIntrospectionKind
impl RefUnwindSafe for GQLIntrospectionKind
impl Send for GQLIntrospectionKind
impl Sync for GQLIntrospectionKind
impl Unpin for GQLIntrospectionKind
impl UnsafeUnpin for GQLIntrospectionKind
impl UnwindSafe for GQLIntrospectionKind
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