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