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