Struct etcd_rs::WatchCreateRequest [−][src]
pub struct WatchCreateRequest { /* fields omitted */ }Expand description
Request for creating watch.
Implementations
Creates a new WatchRequest which will subscribe events of the specified key.
Sets the revision to watch from (inclusive). No start_revision is “now”.
Sets previous key value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WatchCreateRequest
impl Send for WatchCreateRequest
impl Sync for WatchCreateRequest
impl Unpin for WatchCreateRequest
impl UnwindSafe for WatchCreateRequest
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
