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