pub enum SerErrorKind {
Other(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for SerErrorKind
impl Debug for SerErrorKind
Auto Trait Implementations§
impl Freeze for SerErrorKind
impl RefUnwindSafe for SerErrorKind
impl Send for SerErrorKind
impl Sync for SerErrorKind
impl Unpin for SerErrorKind
impl UnwindSafe for SerErrorKind
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