pub enum ExpireType {
EX,
PX,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpireType
impl RefUnwindSafe for ExpireType
impl Send for ExpireType
impl Sync for ExpireType
impl Unpin for ExpireType
impl UnwindSafe for ExpireType
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