Struct fractal_dto::v1::friends::ConfirmFriendRequestDTO[][src]

pub struct ConfirmFriendRequestDTO {
    pub request_id: u64,
    pub origin: u64,
    pub destination: u64,
}

Struct to a confirm pending connection

Fields

The id of the connection

Where the connection originated

The user confirming the connection

Trait Implementations

impl Clone for ConfirmFriendRequestDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for ConfirmFriendRequestDTO
[src]

Serialize a value using an Encoder.

impl Decodable for ConfirmFriendRequestDTO
[src]

Deserialize a value using a Decoder.

impl DTO for ConfirmFriendRequestDTO
[src]

Auto Trait Implementations