Struct openfare_lib::extension::common::RegistryPackageMetadata
source · [−]pub struct RegistryPackageMetadata {
pub registry_host_name: String,
pub human_url: String,
pub artifact_url: String,
pub is_primary: bool,
pub package_version: String,
}Fields
registry_host_name: Stringhuman_url: Stringartifact_url: Stringis_primary: boolpackage_version: StringTrait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RegistryPackageMetadata
impl Send for RegistryPackageMetadata
impl Sync for RegistryPackageMetadata
impl Unpin for RegistryPackageMetadata
impl UnwindSafe for RegistryPackageMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more