pub enum Unused {}
Expand description
This marker type is used for any ErrorCategory::L0
to ErrorCategory::L5
which is unused.
Trait Implementations§
Source§impl ErrorCategory for Unused
impl ErrorCategory for Unused
Source§fn chainable_category_formatters() -> &'static [ErrorCodeFormatter]
fn chainable_category_formatters() -> &'static [ErrorCodeFormatter]
Get a slice of all
ErrorCodeFormatter
functions for all error
categories that this error category is linked to. Read moreimpl Copy for Unused
Auto Trait Implementations§
impl Freeze for Unused
impl RefUnwindSafe for Unused
impl Send for Unused
impl Sync for Unused
impl Unpin for Unused
impl UnwindSafe for Unused
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