pub enum LinkLintErrorKind {
EnumeratePackageManifests(EnumeratePackageManifestsError),
FromFile(FromFileError),
InvalidUtf8(InvalidUtf8Error),
ProjectReferencesOutOfDate(AllOutOfDateTypescriptConfig),
}
Variants§
EnumeratePackageManifests(EnumeratePackageManifestsError)
FromFile(FromFileError)
InvalidUtf8(InvalidUtf8Error)
ProjectReferencesOutOfDate(AllOutOfDateTypescriptConfig)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkLintErrorKind
impl !RefUnwindSafe for LinkLintErrorKind
impl Send for LinkLintErrorKind
impl Sync for LinkLintErrorKind
impl Unpin for LinkLintErrorKind
impl !UnwindSafe for LinkLintErrorKind
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