pub enum JobTypeEnum {
Army,
Casino,
Education,
Grocer,
Law,
Medical,
}
Variants§
Trait Implementations§
Source§impl Clone for JobTypeEnum
impl Clone for JobTypeEnum
Source§fn clone(&self) -> JobTypeEnum
fn clone(&self) -> JobTypeEnum
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 JobTypeEnum
impl Debug for JobTypeEnum
Source§impl<'de> Deserialize<'de> for JobTypeEnum
impl<'de> Deserialize<'de> for JobTypeEnum
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 Display for JobTypeEnum
impl Display for JobTypeEnum
Source§impl Hash for JobTypeEnum
impl Hash for JobTypeEnum
Source§impl PartialEq for JobTypeEnum
impl PartialEq for JobTypeEnum
impl Copy for JobTypeEnum
impl Eq for JobTypeEnum
impl StructuralPartialEq for JobTypeEnum
Auto Trait Implementations§
impl Freeze for JobTypeEnum
impl RefUnwindSafe for JobTypeEnum
impl Send for JobTypeEnum
impl Sync for JobTypeEnum
impl Unpin for JobTypeEnum
impl UnwindSafe for JobTypeEnum
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