pub struct Mutation;
Trait Implementations§
source§impl HasField<__typename> for Mutation
impl HasField<__typename> for Mutation
source§impl HasField<continueTx> for Mutation
impl HasField<continueTx> for Mutation
source§impl HasField<produceBlocks> for Mutation
impl HasField<produceBlocks> for Mutation
source§impl HasField<setBreakpoint> for Mutation
impl HasField<setBreakpoint> for Mutation
source§impl HasField<setSingleStepping> for Mutation
impl HasField<setSingleStepping> for Mutation
source§impl HasField<submit> for Mutation
impl HasField<submit> for Mutation
§type Type = Transaction
type Type = Transaction
The schema marker type of this field.
impl MutationRoot for Mutation
Auto Trait Implementations§
impl RefUnwindSafe for Mutation
impl Send for Mutation
impl Sync for Mutation
impl Unpin for Mutation
impl UnwindSafe for Mutation
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