pub enum CustomizationType {
System,
Inherited,
Custom,
}Expand description
Work item state customization type.
Variants§
Trait Implementations§
Source§impl Clone for CustomizationType
impl Clone for CustomizationType
Source§fn clone(&self) -> CustomizationType
fn clone(&self) -> CustomizationType
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 CustomizationType
impl Debug for CustomizationType
Source§impl<'de> Deserialize<'de> for CustomizationType
impl<'de> Deserialize<'de> for CustomizationType
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 CustomizationType
impl PartialEq for CustomizationType
Source§impl Serialize for CustomizationType
impl Serialize for CustomizationType
impl StructuralPartialEq for CustomizationType
Auto Trait Implementations§
impl Freeze for CustomizationType
impl RefUnwindSafe for CustomizationType
impl Send for CustomizationType
impl Sync for CustomizationType
impl Unpin for CustomizationType
impl UnwindSafe for CustomizationType
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