pub enum ProjectUpdateHealthType {
OnTrack,
AtRisk,
OffTrack,
Unknown,
}Expand description
The health type when the project update is created.
Variants§
Trait Implementations§
Source§impl Clone for ProjectUpdateHealthType
impl Clone for ProjectUpdateHealthType
Source§fn clone(&self) -> ProjectUpdateHealthType
fn clone(&self) -> ProjectUpdateHealthType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectUpdateHealthType
impl Debug for ProjectUpdateHealthType
Source§impl<'de> Deserialize<'de> for ProjectUpdateHealthType
impl<'de> Deserialize<'de> for ProjectUpdateHealthType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectUpdateHealthType
impl PartialEq for ProjectUpdateHealthType
Source§impl Serialize for ProjectUpdateHealthType
impl Serialize for ProjectUpdateHealthType
impl Eq for ProjectUpdateHealthType
impl StructuralPartialEq for ProjectUpdateHealthType
Auto Trait Implementations§
impl Freeze for ProjectUpdateHealthType
impl RefUnwindSafe for ProjectUpdateHealthType
impl Send for ProjectUpdateHealthType
impl Sync for ProjectUpdateHealthType
impl Unpin for ProjectUpdateHealthType
impl UnwindSafe for ProjectUpdateHealthType
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