Enum vkrs::users::Status  
                   
                       [−]
                   
               [src]
#[repr(u8)]pub enum Status { Unspecified, NotMarried, InRelationship, Engaged, Married, ItsComplicated, ActiveSearch, InLove, }
Variants
UnspecifiedNotMarriedInRelationshipEngagedMarriedItsComplicatedActiveSearchInLoveTrait Implementations
impl Debug for Status[src]
impl Eq for Status[src]
impl PartialEq for Status[src]
fn eq(&self, __arg_0: &Status) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for Status[src]
impl Clone for Status[src]
fn clone(&self) -> Status
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl AsRef<str> for Status[src]
impl Deserialize for Status[src]
fn deserialize<D: Deserializer>(d: &mut D) -> Result<Status, D::Error>
Deserialize this value given this Deserializer.