pub enum PluginCatalogSource {
Package,
Installed,
Embedded,
Development,
}Expand description
Why a catalog record came from a particular source. This is provenance, not a transport or capability claim.
Variants§
Trait Implementations§
Source§impl Clone for PluginCatalogSource
impl Clone for PluginCatalogSource
Source§fn clone(&self) -> PluginCatalogSource
fn clone(&self) -> PluginCatalogSource
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 moreimpl Copy for PluginCatalogSource
Source§impl Debug for PluginCatalogSource
impl Debug for PluginCatalogSource
Source§impl<'de> Deserialize<'de> for PluginCatalogSource
impl<'de> Deserialize<'de> for PluginCatalogSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PluginCatalogSource
Source§impl Hash for PluginCatalogSource
impl Hash for PluginCatalogSource
Source§impl Ord for PluginCatalogSource
impl Ord for PluginCatalogSource
Source§fn cmp(&self, other: &PluginCatalogSource) -> Ordering
fn cmp(&self, other: &PluginCatalogSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginCatalogSource
impl PartialEq for PluginCatalogSource
Source§impl PartialOrd for PluginCatalogSource
impl PartialOrd for PluginCatalogSource
Source§impl Serialize for PluginCatalogSource
impl Serialize for PluginCatalogSource
impl StructuralPartialEq for PluginCatalogSource
Auto Trait Implementations§
impl Freeze for PluginCatalogSource
impl RefUnwindSafe for PluginCatalogSource
impl Send for PluginCatalogSource
impl Sync for PluginCatalogSource
impl Unpin for PluginCatalogSource
impl UnsafeUnpin for PluginCatalogSource
impl UnwindSafe for PluginCatalogSource
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