Enum redis_protocol::resp3::types::VerbatimStringFormat
source · [−]pub enum VerbatimStringFormat {
Text,
Markdown,
}
Expand description
The format of a verbatim string frame.
Variants
Text
Markdown
Trait Implementations
sourceimpl Clone for VerbatimStringFormat
impl Clone for VerbatimStringFormat
sourcefn clone(&self) -> VerbatimStringFormat
fn clone(&self) -> VerbatimStringFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VerbatimStringFormat
impl Debug for VerbatimStringFormat
sourceimpl Hash for VerbatimStringFormat
impl Hash for VerbatimStringFormat
impl Eq for VerbatimStringFormat
impl StructuralEq for VerbatimStringFormat
impl StructuralPartialEq for VerbatimStringFormat
Auto Trait Implementations
impl RefUnwindSafe for VerbatimStringFormat
impl Send for VerbatimStringFormat
impl Sync for VerbatimStringFormat
impl Unpin for VerbatimStringFormat
impl UnwindSafe for VerbatimStringFormat
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