Struct fractal_dto::FractalConnectionDTO [] [src]

pub struct FractalConnectionDTO {
    pub origin_id: u64,
    pub destination_id: u64,
    pub relationship: Relationship,
}

Struct for a fractal connection

Fields

Where the connection originated

Who the user is trying to connect to

The particulars of there relationship

Trait Implementations

impl Decodable for FractalConnectionDTO
[src]

impl Encodable for FractalConnectionDTO
[src]

impl Clone for FractalConnectionDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DTO for FractalConnectionDTO
[src]