pub enum InnerParserError {
IoError(Error),
TomlError(Error),
TaskError(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InnerParserError
impl !RefUnwindSafe for InnerParserError
impl Send for InnerParserError
impl Sync for InnerParserError
impl Unpin for InnerParserError
impl !UnwindSafe for InnerParserError
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