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