pub struct PnpmCatalogGroup {
pub name: String,
pub line: u32,
}Expand description
A named catalog group under catalogs: with no package entries.
Fields§
§name: StringCatalog group name (e.g. "react17" for catalogs.react17).
line: u321-based line number of the group header within the source file.
Trait Implementations§
Source§impl Clone for PnpmCatalogGroup
impl Clone for PnpmCatalogGroup
Source§fn clone(&self) -> PnpmCatalogGroup
fn clone(&self) -> PnpmCatalogGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PnpmCatalogGroup
impl RefUnwindSafe for PnpmCatalogGroup
impl Send for PnpmCatalogGroup
impl Sync for PnpmCatalogGroup
impl Unpin for PnpmCatalogGroup
impl UnsafeUnpin for PnpmCatalogGroup
impl UnwindSafe for PnpmCatalogGroup
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