pub enum ErrorKindCustom {
Exclude,
ITag,
}
Expand description
Custom values for ErrorKind::Custom
.
Variants§
Auto Trait Implementations§
impl Freeze for ErrorKindCustom
impl RefUnwindSafe for ErrorKindCustom
impl Send for ErrorKindCustom
impl Sync for ErrorKindCustom
impl Unpin for ErrorKindCustom
impl UnwindSafe for ErrorKindCustom
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