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