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