Struct discotech_zookeeper::WatchedEvent [] [src]

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

Fields

Trait Implementations

impl Debug for WatchedEvent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WatchedEvent

impl Sync for WatchedEvent