pub enum FromFileErrorKind {
ReadFile(Error),
Parse(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromFileErrorKind
impl !RefUnwindSafe for FromFileErrorKind
impl Send for FromFileErrorKind
impl Sync for FromFileErrorKind
impl Unpin for FromFileErrorKind
impl !UnwindSafe for FromFileErrorKind
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