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