Enum fractal_utils::relations::Relationship [] [src]

pub enum Relationship {
    Stranger,
    Acquaintance,
    CoWorker,
    Friend,
    Family,
}

Defined relationships

Variants

A stranger to the user

An Acquaintance to the uesr

A CoWorker to the user

A friend to the uesr

A Family member to the user

Trait Implementations

impl Decodable for Relationship
[src]

impl Encodable for Relationship
[src]

impl PartialEq for Relationship
[src]

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

This method tests for !=.

impl Debug for Relationship
[src]

Formats the value using the given formatter.

impl Copy for Relationship
[src]

impl Clone for Relationship
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more