pub enum FileStoreError {
Io(Error),
BufferTooSmall,
Poisoned,
}Expand description
Errors returned by the std-backed file and memory stores.
Variants§
Trait Implementations§
Source§impl Debug for FileStoreError
impl Debug for FileStoreError
Auto Trait Implementations§
impl Freeze for FileStoreError
impl !RefUnwindSafe for FileStoreError
impl Send for FileStoreError
impl Sync for FileStoreError
impl Unpin for FileStoreError
impl !UnwindSafe for FileStoreError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more