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