pub struct VerifiedInstalledPluginCatalog { /* private fields */ }Implementations§
Source§impl VerifiedInstalledPluginCatalog
impl VerifiedInstalledPluginCatalog
pub fn artifacts(&self) -> &[VerifiedInstalledArtifact]
Sourcepub fn catalog(&self) -> Result<PluginCatalog, PluginPackageError>
pub fn catalog(&self) -> Result<PluginCatalog, PluginPackageError>
Rebuilds a pure catalog projection from verified installed metadata. The process-private snapshots remain owned by this verification object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedInstalledPluginCatalog
impl RefUnwindSafe for VerifiedInstalledPluginCatalog
impl Send for VerifiedInstalledPluginCatalog
impl Sync for VerifiedInstalledPluginCatalog
impl Unpin for VerifiedInstalledPluginCatalog
impl UnsafeUnpin for VerifiedInstalledPluginCatalog
impl UnwindSafe for VerifiedInstalledPluginCatalog
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