Struct fractal_api::v1::types::PendingFriendRequest [] [src]

pub struct PendingFriendRequest { /* fields omitted */ }

Pending friend request.

Methods

impl PendingFriendRequest
[src]

Gets the connection ID of the friend request.

Gets the origin user's profile of the friend request.

Gets the destination user's profile of the friend request.

Gets the message of the friend request.

Trait Implementations

impl Clone for PendingFriendRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PendingFriendRequest
[src]

Formats the value using the given formatter.

impl FromDTO<PendingFriendRequestDTO> for PendingFriendRequest
[src]