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