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