Struct etcd_rs::Watch [−][src]
pub struct Watch<F: 'static + Interceptor + Clone + Sync + Send> { /* fields omitted */ }Expand description
Watch client.
Implementations
Performs a watch operation.
Trait Implementations
Auto Trait Implementations
impl<F> !RefUnwindSafe for Watch<F>
impl<F> !UnwindSafe for Watch<F>
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
