pub enum WorkTaskKind {
Install,
Remove,
Inspect,
Repair,
Replace,
}Expand description
Classification of a maintenance work task.
Variants§
Trait Implementations§
Source§impl Clone for WorkTaskKind
impl Clone for WorkTaskKind
Source§fn clone(&self) -> WorkTaskKind
fn clone(&self) -> WorkTaskKind
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 WorkTaskKind
impl Debug for WorkTaskKind
Source§impl<'de> Deserialize<'de> for WorkTaskKind
impl<'de> Deserialize<'de> for WorkTaskKind
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 WorkTaskKind
impl PartialEq for WorkTaskKind
Source§impl Serialize for WorkTaskKind
impl Serialize for WorkTaskKind
impl Copy for WorkTaskKind
impl Eq for WorkTaskKind
impl StructuralPartialEq for WorkTaskKind
Auto Trait Implementations§
impl Freeze for WorkTaskKind
impl RefUnwindSafe for WorkTaskKind
impl Send for WorkTaskKind
impl Sync for WorkTaskKind
impl Unpin for WorkTaskKind
impl UnsafeUnpin for WorkTaskKind
impl UnwindSafe for WorkTaskKind
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