Struct fractal_dto::ConfirmPendingConnectionDTO [] [src]

pub struct ConfirmPendingConnectionDTO {
    pub 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 ConfirmPendingConnectionDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for ConfirmPendingConnectionDTO
[src]

impl Decodable for ConfirmPendingConnectionDTO
[src]

impl DTO for ConfirmPendingConnectionDTO
[src]