pub struct createSequence;
Trait Implementations§
Source§impl Field for createSequence
impl Field for createSequence
Source§impl HasArgument<data> for createSequence
impl HasArgument<data> for createSequence
Source§type ArgumentType = CreateSequenceDataInput
type ArgumentType = CreateSequenceDataInput
The schema marker type of this argument.
Source§impl HasField<createSequence> for Mutation
impl HasField<createSequence> for Mutation
Source§type Type = Option<SequenceOutput>
type Type = Option<SequenceOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createSequence
impl RefUnwindSafe for createSequence
impl Send for createSequence
impl Sync for createSequence
impl Unpin for createSequence
impl UnwindSafe for createSequence
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