Struct etcd_rs::Kv [−][src]
pub struct Kv<F> { /* fields omitted */ }Expand description
Key-Value client.
Implementations
Performs a key-value saving operation.
Performs a key-value fetching operation.
Performs a key-value deleting operation.
Performs a transaction operation.
Trait Implementations
Auto Trait Implementations
impl<F> !RefUnwindSafe for Kv<F>
impl<F> !UnwindSafe for Kv<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
