pub struct ProjectMilestoneUpdateInput;Trait Implementations§
impl HasInputField<description, Option<String>> for ProjectMilestoneUpdateInput
impl HasInputField<descriptionData, Option<JSONObject>> for ProjectMilestoneUpdateInput
impl HasInputField<name, Option<String>> for ProjectMilestoneUpdateInput
impl HasInputField<projectId, Option<String>> for ProjectMilestoneUpdateInput
impl HasInputField<sortOrder, Option<f64>> for ProjectMilestoneUpdateInput
impl HasInputField<targetDate, Option<TimelessDate>> for ProjectMilestoneUpdateInput
impl InputObjectMarker for ProjectMilestoneUpdateInput
Auto Trait Implementations§
impl Freeze for ProjectMilestoneUpdateInput
impl RefUnwindSafe for ProjectMilestoneUpdateInput
impl Send for ProjectMilestoneUpdateInput
impl Sync for ProjectMilestoneUpdateInput
impl Unpin for ProjectMilestoneUpdateInput
impl UnwindSafe for ProjectMilestoneUpdateInput
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