Struct zookeeper::Subscription[][src]

pub struct Subscription(_);

A unique identifier returned by ZooKeeper::add_listener.

It can be used to remove a listener with ZooKeeper::remove_listener.

Trait Implementations

impl Debug for Subscription
[src]

Formats the value using the given formatter. Read more

impl Clone for Subscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Subscription
[src]

impl Eq for Subscription
[src]

impl PartialEq for Subscription
[src]

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

This method tests for !=.

impl Hash for Subscription
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations