Struct etcd_rs::DeleteResponse [−][src]
pub struct DeleteResponse { /* fields omitted */ }Implementations
Takes the header out of response, leaving a None in its place.
Returns the number of keys deleted by the delete range request.
Takes the previous key-value pairs out of response, leaving an empty vector in its place.
Returns true if the previous key-value pairs is not empty, and false otherwise.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeleteResponse
impl Send for DeleteResponse
impl Sync for DeleteResponse
impl Unpin for DeleteResponse
impl UnwindSafe for DeleteResponse
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
