Enum redis_protocol::types::FrameKind [−][src]
pub enum FrameKind { SimpleString, Error, Integer, BulkString, Array, Moved, Ask, Null, }
An enum representing the kind of a Frame without references to any inner data.
Variants
SimpleString
Error
Integer
BulkString
Array
Moved
Ask
Null
Methods
impl FrameKind
[src]
impl FrameKind
Trait Implementations
impl Clone for FrameKind
[src]
impl Clone for FrameKind
fn clone(&self) -> FrameKind
[src]
fn clone(&self) -> FrameKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for FrameKind
[src]
impl Debug for FrameKind
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for FrameKind
[src]
impl Eq for FrameKind
impl PartialEq for FrameKind
[src]
impl PartialEq for FrameKind