Enum ockam_node::storage::ValueStorageError
source · pub enum ValueStorageError {
StorageError,
InvalidStorageData(String),
}Expand description
Represents the failures that can occur when storing values
Variants§
Trait Implementations§
source§impl Clone for ValueStorageError
impl Clone for ValueStorageError
source§fn clone(&self) -> ValueStorageError
fn clone(&self) -> ValueStorageError
Returns a copy 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 ValueStorageError
impl Debug for ValueStorageError
source§impl Display for ValueStorageError
impl Display for ValueStorageError
source§impl Error for ValueStorageError
impl Error for ValueStorageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
source§impl From<ValueStorageError> for Error
impl From<ValueStorageError> for Error
source§fn from(err: ValueStorageError) -> Self
fn from(err: ValueStorageError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ValueStorageError
impl Send for ValueStorageError
impl Sync for ValueStorageError
impl Unpin for ValueStorageError
impl UnwindSafe for ValueStorageError
Blanket Implementations§
source§impl<D> AsyncTryClone for Dwhere
D: Clone + Sync,
impl<D> AsyncTryClone for Dwhere D: Clone + Sync,
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<E> InstrumentError for Ewhere
TracedError<E>: From<E>,
impl<E> InstrumentError for Ewhere TracedError<E>: From<E>,
§type Instrumented = TracedError<E>
type Instrumented = TracedError<E>
The type of the wrapped error after instrumentation
source§fn in_current_span(self) -> <E as InstrumentError>::Instrumented
fn in_current_span(self) -> <E as InstrumentError>::Instrumented
Instrument an Error by bundling it with a SpanTrace Read more