Enum memcached::proto::ProtoType
[−]
[src]
pub enum ProtoType {
Binary,
}Protocol type
Variants
BinaryTrait Implementations
impl Copy for ProtoType[src]
impl Clone for ProtoType[src]
fn clone(&self) -> ProtoType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more