pub enum ExecKind {
Query,
Mutation,
}
Variants§
Auto Trait Implementations§
impl Freeze for ExecKind
impl RefUnwindSafe for ExecKind
impl Send for ExecKind
impl Sync for ExecKind
impl Unpin for ExecKind
impl UnwindSafe for ExecKind
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