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