Enum proxer::response::WatchState [] [src]

pub enum WatchState {
    Watched,
    Watching,
    WillWatch,
    Cancelled,
}

representing the watchstate of an entry only appears in context with an info and user (e.g. comment, rating)

Variants

Trait Implementations

impl Debug for WatchState
[src]

[src]

Formats the value using the given formatter.

impl Clone for WatchState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more