pub enum SaverState {
NotFound,
Found,
Deleted,
Corrupt,
}
Expand description
| Callback from TableCache::Get() |
Variants§
Auto Trait Implementations§
impl Freeze for SaverState
impl RefUnwindSafe for SaverState
impl Send for SaverState
impl Sync for SaverState
impl Unpin for SaverState
impl UnwindSafe for SaverState
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