Enum ekv::FormatError
source · pub enum FormatError<E> {
Flash(E),
}
Expand description
Error returned by Database::format
.
Variants§
Trait Implementations§
source§impl<E: Clone> Clone for FormatError<E>
impl<E: Clone> Clone for FormatError<E>
source§fn clone(&self) -> FormatError<E>
fn clone(&self) -> FormatError<E>
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<E: Debug> Debug for FormatError<E>
impl<E: Debug> Debug for FormatError<E>
source§impl<E> Format for FormatError<E>where
E: Format,
impl<E> Format for FormatError<E>where
E: Format,
source§impl<E> From<FormatError<E>> for Error<E>
impl<E> From<FormatError<E>> for Error<E>
source§fn from(value: FormatError<E>) -> Self
fn from(value: FormatError<E>) -> Self
Converts to this type from the input type.
source§impl<E: PartialEq> PartialEq for FormatError<E>
impl<E: PartialEq> PartialEq for FormatError<E>
source§fn eq(&self, other: &FormatError<E>) -> bool
fn eq(&self, other: &FormatError<E>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<E: Copy> Copy for FormatError<E>
impl<E: Eq> Eq for FormatError<E>
impl<E> StructuralPartialEq for FormatError<E>
Auto Trait Implementations§
impl<E> Freeze for FormatError<E>where
E: Freeze,
impl<E> RefUnwindSafe for FormatError<E>where
E: RefUnwindSafe,
impl<E> Send for FormatError<E>where
E: Send,
impl<E> Sync for FormatError<E>where
E: Sync,
impl<E> Unpin for FormatError<E>where
E: Unpin,
impl<E> UnwindSafe for FormatError<E>where
E: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)