Enum fred::types::Expiration
[−]
[src]
pub enum Expiration {
EX(i64),
PX(i64),
}Expiration options for the set command.
Variants
EX(i64)PX(i64)Methods
impl Expiration[src]
Trait Implementations
impl Debug for Expiration[src]
impl Clone for Expiration[src]
fn clone(&self) -> Expiration
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
impl Eq for Expiration[src]
impl PartialEq for Expiration[src]
fn eq(&self, __arg_0: &Expiration) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Expiration) -> bool
This method tests for !=.