pub enum AnnotatorErrorKind {
Parse,
Io,
}Variants§
Trait Implementations§
Source§impl Debug for AnnotatorErrorKind
impl Debug for AnnotatorErrorKind
Auto Trait Implementations§
impl Freeze for AnnotatorErrorKind
impl RefUnwindSafe for AnnotatorErrorKind
impl Send for AnnotatorErrorKind
impl Sync for AnnotatorErrorKind
impl Unpin for AnnotatorErrorKind
impl UnwindSafe for AnnotatorErrorKind
Blanket Implementations§
§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