pub struct NonVolatileStoreError(/* private fields */);Expand description
Error when accessing a NonVolatileStore
Implementations§
Source§impl NonVolatileStoreError
impl NonVolatileStoreError
Sourcepub fn new(e: impl Into<Error>) -> NonVolatileStoreError
pub fn new(e: impl Into<Error>) -> NonVolatileStoreError
Create a new NonVolatileStoreError
Trait Implementations§
Source§impl Debug for NonVolatileStoreError
impl Debug for NonVolatileStoreError
Source§impl Display for NonVolatileStoreError
impl Display for NonVolatileStoreError
Source§impl Error for NonVolatileStoreError
impl Error for NonVolatileStoreError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for NonVolatileStoreError
impl RefUnwindSafe for NonVolatileStoreError
impl Send for NonVolatileStoreError
impl Sync for NonVolatileStoreError
impl Unpin for NonVolatileStoreError
impl UnsafeUnpin for NonVolatileStoreError
impl UnwindSafe for NonVolatileStoreError
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