pub enum GQLOperationType {
Query,
Mutation,
Subscription,
}Variants§
Trait Implementations§
Source§impl Clone for GQLOperationType
impl Clone for GQLOperationType
Source§fn clone(&self) -> GQLOperationType
fn clone(&self) -> GQLOperationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GQLOperationType
impl RefUnwindSafe for GQLOperationType
impl Send for GQLOperationType
impl Sync for GQLOperationType
impl Unpin for GQLOperationType
impl UnsafeUnpin for GQLOperationType
impl UnwindSafe for GQLOperationType
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