Enum typescript_tools::query::QueryErrorKind
source · pub enum QueryErrorKind {
FromFile(FromFileError),
EnumeratePackageManifests(EnumeratePackageManifestsError),
PathInvalidUtf8(PathBuf),
}
Variants§
FromFile(FromFileError)
EnumeratePackageManifests(EnumeratePackageManifestsError)
PathInvalidUtf8(PathBuf)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for QueryErrorKind
impl Send for QueryErrorKind
impl Sync for QueryErrorKind
impl Unpin for QueryErrorKind
impl !UnwindSafe for QueryErrorKind
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