pub enum NolineError {
ParserError,
Aborted,
IoError(ErrorKind),
}
Expand description
Enum to hold various error types
Variants§
Trait Implementations§
Source§impl Debug for NolineError
impl Debug for NolineError
Auto Trait Implementations§
impl Freeze for NolineError
impl RefUnwindSafe for NolineError
impl Send for NolineError
impl Sync for NolineError
impl Unpin for NolineError
impl UnwindSafe for NolineError
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