Enum typescript_tools::link::LinkLintErrorKind
source · 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 !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