Enum fractal_dto::v1::friends::RelationshipDTO [] [src]

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

Enum representing the relationship between two friends.

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 Clone for RelationshipDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RelationshipDTO
[src]

Formats the value using the given formatter.

impl Encodable for RelationshipDTO
[src]

Serialize a value using an Encoder.

impl Decodable for RelationshipDTO
[src]

Deserialize a value using a Decoder.

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