pub struct PluginManifestValidationErrors { /* private fields */ }Expand description
Manifest validation failures collected by the host loader.
Implementations§
Trait Implementations§
Source§impl Clone for PluginManifestValidationErrors
impl Clone for PluginManifestValidationErrors
Source§fn clone(&self) -> PluginManifestValidationErrors
fn clone(&self) -> PluginManifestValidationErrors
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 Default for PluginManifestValidationErrors
impl Default for PluginManifestValidationErrors
Source§fn default() -> PluginManifestValidationErrors
fn default() -> PluginManifestValidationErrors
Returns the “default value” for a type. Read more
impl Eq for PluginManifestValidationErrors
Source§impl Error for PluginManifestValidationErrors
impl Error for PluginManifestValidationErrors
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for PluginManifestValidationErrors
impl PartialEq for PluginManifestValidationErrors
Source§fn eq(&self, other: &PluginManifestValidationErrors) -> bool
fn eq(&self, other: &PluginManifestValidationErrors) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PluginManifestValidationErrors
Auto Trait Implementations§
impl Freeze for PluginManifestValidationErrors
impl RefUnwindSafe for PluginManifestValidationErrors
impl Send for PluginManifestValidationErrors
impl Sync for PluginManifestValidationErrors
impl Unpin for PluginManifestValidationErrors
impl UnsafeUnpin for PluginManifestValidationErrors
impl UnwindSafe for PluginManifestValidationErrors
Blanket Implementations§
impl<T> Allocation for T
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more