pub enum TtlResult {
Seconds(i64),
NoExpire,
NotFound,
}
Variants§
Trait Implementations§
impl Eq for TtlResult
impl StructuralPartialEq for TtlResult
Auto Trait Implementations§
impl Freeze for TtlResult
impl RefUnwindSafe for TtlResult
impl Send for TtlResult
impl Sync for TtlResult
impl Unpin for TtlResult
impl UnwindSafe for TtlResult
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