pub enum KillType {
Connection,
Query,
Mutation,
}Expand description
Types supported by KILL statements.
Variants§
Trait Implementations§
Source§impl Ord for KillType
impl Ord for KillType
Source§impl PartialOrd for KillType
impl PartialOrd for KillType
Source§impl VisitMut for KillType
impl VisitMut for KillType
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl Copy for KillType
impl Eq for KillType
impl StructuralPartialEq for KillType
Auto Trait Implementations§
impl Freeze for KillType
impl RefUnwindSafe for KillType
impl Send for KillType
impl Sync for KillType
impl Unpin for KillType
impl UnsafeUnpin for KillType
impl UnwindSafe for KillType
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