Enum store_flows::ExpireKind
source · pub enum ExpireKind {
Ex,
ExAt,
}Expand description
The kind for setting the expire
Ex is for setting the specified expire time, in milliseconds.
’ExAt` is for setting the specified Unix time at which the key will expire, in seconds.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ExpireKind
impl Send for ExpireKind
impl Sync for ExpireKind
impl Unpin for ExpireKind
impl UnwindSafe for ExpireKind
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