pub struct PackageJsonFindResult {
pub files: Vec<PackageJsonLocation>,
pub workspace_type: WorkspaceType,
}Expand description
Result of finding package.json files.
Fields§
§files: Vec<PackageJsonLocation>§workspace_type: WorkspaceTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PackageJsonFindResult
impl RefUnwindSafe for PackageJsonFindResult
impl Send for PackageJsonFindResult
impl Sync for PackageJsonFindResult
impl Unpin for PackageJsonFindResult
impl UnsafeUnpin for PackageJsonFindResult
impl UnwindSafe for PackageJsonFindResult
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