pub enum Sex {
Female,
Male,
Unknown,
}Expand description
Recorded pet sex when the source system supplies it.
Variants§
Female
Female pet sex recorded for profile and policy context.
Male
Male pet sex recorded for profile and policy context.
Unknown
Provider role or status could not be mapped confidently.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sex
impl<'de> Deserialize<'de> for Sex
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 Sex
impl StructuralPartialEq for Sex
Auto Trait Implementations§
impl Freeze for Sex
impl RefUnwindSafe for Sex
impl Send for Sex
impl Sync for Sex
impl Unpin for Sex
impl UnsafeUnpin for Sex
impl UnwindSafe for Sex
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