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