pub enum EducationGender {
UnknownFutureValue,
Other,
Male,
Female,
}
Variants§
Trait Implementations§
Source§impl Clone for EducationGender
impl Clone for EducationGender
Source§fn clone(&self) -> EducationGender
fn clone(&self) -> EducationGender
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 EducationGender
impl Debug for EducationGender
Source§impl<'de> Deserialize<'de> for EducationGender
impl<'de> Deserialize<'de> for EducationGender
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 Hash for EducationGender
impl Hash for EducationGender
Source§impl Ord for EducationGender
impl Ord for EducationGender
Source§fn cmp(&self, other: &EducationGender) -> Ordering
fn cmp(&self, other: &EducationGender) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EducationGender
impl PartialEq for EducationGender
Source§impl PartialOrd for EducationGender
impl PartialOrd for EducationGender
Source§impl Serialize for EducationGender
impl Serialize for EducationGender
impl Eq for EducationGender
impl StructuralPartialEq for EducationGender
Auto Trait Implementations§
impl Freeze for EducationGender
impl RefUnwindSafe for EducationGender
impl Send for EducationGender
impl Sync for EducationGender
impl Unpin for EducationGender
impl UnwindSafe for EducationGender
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