pub struct PluginRuntimeDependency {
pub id: String,
pub version: String,
pub linkage: PluginRuntimeLinkage,
pub compatibility_key: String,
}Expand description
A native/runtime dependency declaration preserved as catalog metadata.
Fields§
§id: String§version: String§linkage: PluginRuntimeLinkage§compatibility_key: StringTrait Implementations§
Source§impl Clone for PluginRuntimeDependency
impl Clone for PluginRuntimeDependency
Source§fn clone(&self) -> PluginRuntimeDependency
fn clone(&self) -> PluginRuntimeDependency
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 PluginRuntimeDependency
impl Debug for PluginRuntimeDependency
Source§impl<'de> Deserialize<'de> for PluginRuntimeDependency
impl<'de> Deserialize<'de> for PluginRuntimeDependency
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 PluginRuntimeDependency
Source§impl Hash for PluginRuntimeDependency
impl Hash for PluginRuntimeDependency
Source§impl Ord for PluginRuntimeDependency
impl Ord for PluginRuntimeDependency
Source§fn cmp(&self, other: &PluginRuntimeDependency) -> Ordering
fn cmp(&self, other: &PluginRuntimeDependency) -> 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 PluginRuntimeDependency
impl PartialEq for PluginRuntimeDependency
Source§impl PartialOrd for PluginRuntimeDependency
impl PartialOrd for PluginRuntimeDependency
Source§impl Serialize for PluginRuntimeDependency
impl Serialize for PluginRuntimeDependency
impl StructuralPartialEq for PluginRuntimeDependency
Auto Trait Implementations§
impl Freeze for PluginRuntimeDependency
impl RefUnwindSafe for PluginRuntimeDependency
impl Send for PluginRuntimeDependency
impl Sync for PluginRuntimeDependency
impl Unpin for PluginRuntimeDependency
impl UnsafeUnpin for PluginRuntimeDependency
impl UnwindSafe for PluginRuntimeDependency
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