pub enum SetExpire {
Ex(u64),
Px(u64),
}Expand description
Expiration option for the SET command.
Variants§
Trait Implementations§
impl Eq for SetExpire
impl StructuralPartialEq for SetExpire
Auto Trait Implementations§
impl Freeze for SetExpire
impl RefUnwindSafe for SetExpire
impl Send for SetExpire
impl Sync for SetExpire
impl Unpin for SetExpire
impl UnwindSafe for SetExpire
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more