pub enum KillType {
Connection,
Query,
Mutation,
}
Variants
Connection
Query
Mutation
Trait Implementations
impl Eq for KillType
impl StructuralEq for KillType
impl StructuralPartialEq for KillType
Auto Trait Implementations
impl RefUnwindSafe for KillType
impl Send for KillType
impl Sync for KillType
impl Unpin for KillType
impl UnwindSafe for KillType
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