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>
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)