Struct zookeeper::WatchedEvent [] [src]

pub struct WatchedEvent {
    pub event_type: WatchedEventType,
    pub keeper_state: KeeperState,
    pub path: Option<String>,
}

Fields

event_type
keeper_state
path

Trait Implementations

impl ReadFrom for WatchedEvent

fn read_from<R: Read>(reader: &mut R) -> WatchedEvent

Derived Implementations

impl Debug for WatchedEvent

fn fmt(&self, __arg_0: &mut Formatter) -> Result