Enum typescript_tools::lint::LintErrorKind
source · pub enum LintErrorKind {
FromFile(FromFileError),
EnumeratePackageManifests(EnumeratePackageManifestsError),
UnknownDependency(String),
UnexpectedInternalDependencyVersion,
InvalidUtf8(PathBuf),
}
Variants§
FromFile(FromFileError)
EnumeratePackageManifests(EnumeratePackageManifestsError)
UnknownDependency(String)
UnexpectedInternalDependencyVersion
InvalidUtf8(PathBuf)
Trait Implementations§
source§impl Debug for LintErrorKind
impl Debug for LintErrorKind
source§impl From<LintErrorKind> for LintError
impl From<LintErrorKind> for LintError
source§fn from(kind: LintErrorKind) -> Self
fn from(kind: LintErrorKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LintErrorKind
impl !RefUnwindSafe for LintErrorKind
impl Send for LintErrorKind
impl Sync for LintErrorKind
impl Unpin for LintErrorKind
impl !UnwindSafe for LintErrorKind
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