pub struct PluginManifestDiagnostics {
pub plugin_name: String,
pub plugin_version: String,
pub build_id: PluginBuildIdDiagnostics,
}Expand description
Owned manifest diagnostics captured before a rejected plug-in is unloaded.
Fields§
§plugin_name: StringManifest plug-in name, or empty when the manifest published none.
plugin_version: StringManifest plug-in version, or empty when the manifest published none.
build_id: PluginBuildIdDiagnosticsManifest build identifier captured as owned strings.
Trait Implementations§
Source§impl Clone for PluginManifestDiagnostics
impl Clone for PluginManifestDiagnostics
Source§fn clone(&self) -> PluginManifestDiagnostics
fn clone(&self) -> PluginManifestDiagnostics
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 moreSource§impl Debug for PluginManifestDiagnostics
impl Debug for PluginManifestDiagnostics
Source§impl Display for PluginManifestDiagnostics
impl Display for PluginManifestDiagnostics
impl Eq for PluginManifestDiagnostics
Source§impl PartialEq for PluginManifestDiagnostics
impl PartialEq for PluginManifestDiagnostics
Source§fn eq(&self, other: &PluginManifestDiagnostics) -> bool
fn eq(&self, other: &PluginManifestDiagnostics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PluginManifestDiagnostics
Auto Trait Implementations§
impl Freeze for PluginManifestDiagnostics
impl RefUnwindSafe for PluginManifestDiagnostics
impl Send for PluginManifestDiagnostics
impl Sync for PluginManifestDiagnostics
impl Unpin for PluginManifestDiagnostics
impl UnsafeUnpin for PluginManifestDiagnostics
impl UnwindSafe for PluginManifestDiagnostics
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.