Enum fred::types::SetOptions
[−]
[src]
pub enum SetOptions { NX, XX, }
Options for the set
command.
Variants
NX
XX
Methods
impl SetOptions
[src]
Trait Implementations
impl Debug for SetOptions
[src]
impl Clone for SetOptions
[src]
fn clone(&self) -> SetOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more