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
SimpleStringErrorIntegerBulkStringArrayMovedAskNull
Methods
impl FrameKind[src]
impl FrameKindTrait Implementations
impl Clone for FrameKind[src]
impl Clone for FrameKindfn clone(&self) -> FrameKind[src]
fn clone(&self) -> FrameKindReturns 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 FrameKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FrameKind[src]
impl Eq for FrameKindimpl PartialEq for FrameKind[src]
impl PartialEq for FrameKind