Enum vkrs::users::Sex [] [src]

#[repr(u8)]
pub enum Sex { Any, Female, Male, }

Variants

Trait Implementations

impl Debug for Sex
[src]

Formats the value using the given formatter.

impl Eq for Sex
[src]

impl PartialEq for Sex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Sex
[src]

impl Clone for Sex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<str> for Sex
[src]

Performs the conversion.

impl Deserialize for Sex
[src]

Deserialize this value given this Deserializer.