Enum zookeeper::WatchType [] [src]

pub enum WatchType {
    Child,
    Data,
    Exist,
}

Describes what a Watch is looking for.

Variants

Watching for changes to children.

Watching for changes to data.

Watching for the creation of a node at the given path.

Trait Implementations

impl PartialEq for WatchType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for WatchType

impl Sync for WatchType