[][src]Struct egg_mode::user::UserEntities

pub struct UserEntities {
    pub description: UserEntityDetail,
    pub url: Option<UserEntityDetail>,
}

Container for URL entity information that may be paired with a user's profile.

Fields

URL information that has been parsed out of the user's description. If no URLs were detected, then the contained Vec will be empty.

Link information for the user's url.

If url is present on the user's profile, so will this field. Twitter validates the URL entered to a user's profile when they save it, so this can be reasonably assumed to have URL information if it's present.

Trait Implementations

impl Debug for UserEntities
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UserEntities

impl Sync for UserEntities

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Typeable for T where
    T: Any
[src]

Get the TypeId of this object.