Enum esp_idf_hal::io::WriteFmtError
source · pub enum WriteFmtError<E> {
FmtError,
Other(E),
}
Expand description
Error returned by Write::write_fmt
Variants§
Trait Implementations§
source§impl<E> Clone for WriteFmtError<E>where
E: Clone,
impl<E> Clone for WriteFmtError<E>where
E: Clone,
source§fn clone(&self) -> WriteFmtError<E>
fn clone(&self) -> WriteFmtError<E>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<E> Debug for WriteFmtError<E>where
E: Debug,
impl<E> Debug for WriteFmtError<E>where
E: Debug,
source§impl<E> Display for WriteFmtError<E>where
E: Debug,
impl<E> Display for WriteFmtError<E>where
E: Debug,
source§impl<E> From<E> for WriteFmtError<E>
impl<E> From<E> for WriteFmtError<E>
source§fn from(err: E) -> WriteFmtError<E>
fn from(err: E) -> WriteFmtError<E>
Converts to this type from the input type.
source§impl<E> PartialEq for WriteFmtError<E>where
E: PartialEq,
impl<E> PartialEq for WriteFmtError<E>where
E: PartialEq,
source§fn eq(&self, other: &WriteFmtError<E>) -> bool
fn eq(&self, other: &WriteFmtError<E>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<E> Copy for WriteFmtError<E>where
E: Copy,
impl<E> Eq for WriteFmtError<E>where
E: Eq,
impl<E> StructuralPartialEq for WriteFmtError<E>
Auto Trait Implementations§
impl<E> Freeze for WriteFmtError<E>where
E: Freeze,
impl<E> RefUnwindSafe for WriteFmtError<E>where
E: RefUnwindSafe,
impl<E> Send for WriteFmtError<E>where
E: Send,
impl<E> Sync for WriteFmtError<E>where
E: Sync,
impl<E> Unpin for WriteFmtError<E>where
E: Unpin,
impl<E> UnwindSafe for WriteFmtError<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)