Struct zookeeper::WatchedEvent [] [src]

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

Fields

event_type: WatchedEventType keeper_state: KeeperState path: Option<String>

Trait Implementations

impl Debug for WatchedEvent
[src]

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

Formats the value using the given formatter.

impl Clone for WatchedEvent
[src]

fn clone(&self) -> WatchedEvent

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more