Enum elefren::entities::notification::NotificationType[][src]

pub enum NotificationType {
    Mention,
    Reblog,
    Favourite,
    Follow,
}

The type of notification.

Variants

Someone mentioned the application client in another status.

Someone reblogged one of the application client's statuses.

Someone favourited one of the application client's statuses.

Someone followed the application client.

Trait Implementations

impl Debug for NotificationType
[src]

Formats the value using the given formatter. Read more

impl Clone for NotificationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NotificationType
[src]

Auto Trait Implementations