pub enum FrameKind {
SimpleString,
Error,
Integer,
BulkString,
Array,
Null,
}
Expand description
An enum representing the kind of a Frame without references to any inner data.
Variants
SimpleString
Error
Integer
BulkString
Array
Null
Implementations
Trait Implementations
impl Eq for FrameKind
impl StructuralEq for FrameKind
impl StructuralPartialEq for FrameKind
Auto Trait Implementations
impl RefUnwindSafe for FrameKind
impl Send for FrameKind
impl Sync for FrameKind
impl Unpin for FrameKind
impl UnwindSafe for FrameKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more