pub struct ProjectV2ItemFieldMilestoneValue;
Trait Implementations§
Source§impl HasField<field> for ProjectV2ItemFieldMilestoneValue
impl HasField<field> for ProjectV2ItemFieldMilestoneValue
Source§type Type = ProjectV2FieldConfiguration
type Type = ProjectV2FieldConfiguration
The schema marker type of this field.
impl HasSubtype<ProjectV2ItemFieldMilestoneValue> for ProjectV2ItemFieldValue
Auto Trait Implementations§
impl Freeze for ProjectV2ItemFieldMilestoneValue
impl RefUnwindSafe for ProjectV2ItemFieldMilestoneValue
impl Send for ProjectV2ItemFieldMilestoneValue
impl Sync for ProjectV2ItemFieldMilestoneValue
impl Unpin for ProjectV2ItemFieldMilestoneValue
impl UnwindSafe for ProjectV2ItemFieldMilestoneValue
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