Enum graphql_tools::static_graphql::query::TypeCondition
source ·
[−]Variants
On(<T as Text<'a>>::Value)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for TypeCondition<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> Send for TypeCondition<'a, T> where
<T as Text<'a>>::Value: Send,
impl<'a, T> Sync for TypeCondition<'a, T> where
<T as Text<'a>>::Value: Sync,
impl<'a, T> Unpin for TypeCondition<'a, T> where
<T as Text<'a>>::Value: Unpin,
impl<'a, T> UnwindSafe for TypeCondition<'a, T> where
<T as Text<'a>>::Value: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more