Enum fractal_utils::relations::Relationship
[−]
[src]
pub enum Relationship {
Stranger,
Acquaintance,
CoWorker,
Friend,
Family,
}Defined relationships
Variants
StrangerA stranger to the user
AcquaintanceAn Acquaintance to the uesr
CoWorkerA CoWorker to the user
FriendA friend to the uesr
FamilyA Family member to the user
Trait Implementations
impl Decodable for Relationship[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Relationship, __D::Error>
impl Encodable for Relationship[src]
impl PartialEq for Relationship[src]
fn eq(&self, __arg_0: &Relationship) -> 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 Debug for Relationship[src]
impl Copy for Relationship[src]
impl Clone for Relationship[src]
fn clone(&self) -> Relationship
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