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

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

Variants

Trait Implementations

impl Debug for NotificationType
[src]

Formats the value using the given formatter.

impl Clone for NotificationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more