Enum egg_mode::user::Connection [] [src]

pub enum Connection {
    None,
    FollowingRequested,
    FollowingReceived,
    FollowedBy,
    Following,
    Blocking,
    Muting,
}

Represents the ways a target account can be connected to another account.

Variants

The target account has no relation.

The authenticated user has requested to follow the target account.

The target account has requested to follow the authenticated user.

The target account follows the authenticated user.

The authenticated user follows the target account.

The authenticated user has blocked the target account.

The authenticated user has muted the target account.

Trait Implementations

impl Debug for Connection
[src]

[src]

Formats the value using the given formatter.