pub enum StoreRawError {
IoError,
}Variants§
IoError
Trait Implementations§
Source§impl Clone for StoreRawError
impl Clone for StoreRawError
Source§fn clone(&self) -> StoreRawError
fn clone(&self) -> StoreRawError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoreRawError
impl Debug for StoreRawError
Source§impl PartialEq for StoreRawError
impl PartialEq for StoreRawError
impl Copy for StoreRawError
impl Eq for StoreRawError
impl StructuralPartialEq for StoreRawError
Auto Trait Implementations§
impl Freeze for StoreRawError
impl RefUnwindSafe for StoreRawError
impl Send for StoreRawError
impl Sync for StoreRawError
impl Unpin for StoreRawError
impl UnwindSafe for StoreRawError
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