Struct etcd_rs::KeyRange [−][src]
Expand description
KeyRange is an abstraction for describing etcd key of various types.
Fields
key: Vec<u8>range_end: Vec<u8>Implementations
Creates a new KeyRange for describing a range of multiple keys.
Creates a new KeyRange for describing a specified key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyRange
impl UnwindSafe for KeyRange
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
