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