Struct etcd_rs::RangeResponse [−][src]
pub struct RangeResponse { /* fields omitted */ }Implementations
Takes the header out of response, leaving a None in its place.
Takes the key-value pairs out of response, leaving an empty vector in its place.
Returns true if there are more keys to return in the requested range, and false otherwise.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeResponse
impl Send for RangeResponse
impl Sync for RangeResponse
impl Unpin for RangeResponse
impl UnwindSafe for RangeResponse
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
