Enum memcached_protocal::DeleteResponse
[−]
[src]
pub enum DeleteResponse {
Deleted,
NotFound,
}Variants
DeletedNotFoundpub enum DeleteResponse {
Deleted,
NotFound,
}DeletedNotFoundimpl DeleteResponse[src]fn to_bytes(&self) -> &'static [u8]impl Debug for DeleteResponse[src]