Enum async_graphql::IntrospectionMode
source · [−]pub enum IntrospectionMode {
IntrospectionOnly,
Enabled,
Disabled,
}
Expand description
Introspection mode
Variants
IntrospectionOnly
Introspection only
Enabled
Enables introspection
Disabled
Disables introspection
Trait Implementations
sourceimpl Clone for IntrospectionMode
impl Clone for IntrospectionMode
sourcefn clone(&self) -> IntrospectionMode
fn clone(&self) -> IntrospectionMode
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IntrospectionMode
impl Debug for IntrospectionMode
sourceimpl Default for IntrospectionMode
impl Default for IntrospectionMode
sourceimpl PartialEq<IntrospectionMode> for IntrospectionMode
impl PartialEq<IntrospectionMode> for IntrospectionMode
sourcefn eq(&self, other: &IntrospectionMode) -> bool
fn eq(&self, other: &IntrospectionMode) -> bool
impl Copy for IntrospectionMode
impl Eq for IntrospectionMode
impl StructuralEq for IntrospectionMode
impl StructuralPartialEq for IntrospectionMode
Auto Trait Implementations
impl RefUnwindSafe for IntrospectionMode
impl Send for IntrospectionMode
impl Sync for IntrospectionMode
impl Unpin for IntrospectionMode
impl UnwindSafe for IntrospectionMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.