Enum vkrs::users::Status [] [src]

#[repr(u8)]
pub enum Status { Unspecified, NotMarried, InRelationship, Engaged, Married, ItsComplicated, ActiveSearch, InLove, }

Variants

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter.

impl Eq for Status
[src]

impl PartialEq for Status
[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 Status
[src]

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<str> for Status
[src]

Performs the conversion.

impl Deserialize for Status
[src]

Deserialize this value given this Deserializer.