Struct egg_mode::user::RelationTarget [] [src]

pub struct RelationTarget {
    pub id: u64,
    pub screen_name: String,
    pub followed_by: bool,
    pub following: bool,
}

Represents relationship settings between two Twitter accounts, from the perspective of the target user.

Fields

Numeric ID for this account.

Screen name for this account.

Indicates whether the source account follows this target account.

Indicates whether this target account follows the source account.

Trait Implementations

impl Debug for RelationTarget
[src]

[src]

Formats the value using the given formatter.