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