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