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