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