pub enum InitiativeUpdateHealthType {
OnTrack,
AtRisk,
OffTrack,
Unknown,
}Expand description
The health type when the update is created.
Variants§
Trait Implementations§
Source§impl Clone for InitiativeUpdateHealthType
impl Clone for InitiativeUpdateHealthType
Source§fn clone(&self) -> InitiativeUpdateHealthType
fn clone(&self) -> InitiativeUpdateHealthType
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 InitiativeUpdateHealthType
impl Debug for InitiativeUpdateHealthType
Source§impl<'de> Deserialize<'de> for InitiativeUpdateHealthType
impl<'de> Deserialize<'de> for InitiativeUpdateHealthType
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
impl Eq for InitiativeUpdateHealthType
impl StructuralPartialEq for InitiativeUpdateHealthType
Auto Trait Implementations§
impl Freeze for InitiativeUpdateHealthType
impl RefUnwindSafe for InitiativeUpdateHealthType
impl Send for InitiativeUpdateHealthType
impl Sync for InitiativeUpdateHealthType
impl Unpin for InitiativeUpdateHealthType
impl UnwindSafe for InitiativeUpdateHealthType
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