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