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