pub struct Metadata {Show 56 fields
pub architecture: Option<String>,
pub description: Option<String>,
pub files: Option<Vec<FileUnion>>,
pub git_commit_of_apk_port: Option<String>,
pub installed_size: Option<i64>,
pub license: Option<License>,
pub maintainer: Option<String>,
pub origin_package: Option<String>,
pub package: Option<String>,
pub pull_checksum: Option<String>,
pub pull_dependencies: Option<String>,
pub size: Option<i64>,
pub url: Option<String>,
pub version: Option<String>,
pub checksum: Option<String>,
pub dependencies: Option<Vec<String>>,
pub name: Option<String>,
pub source: Option<SourceUnion>,
pub hosted_url: Option<String>,
pub vcs_url: Option<String>,
pub hash_path: Option<String>,
pub path: Option<String>,
pub sha512: Option<String>,
pub source_version: Option<String>,
pub authors: Option<Vec<Author>>,
pub homepage: Option<String>,
pub licenses: Option<Vec<String>>,
pub go_build_settings: Option<HashMap<String, String>>,
pub go_compiled_version: Option<String>,
pub h1_digest: Option<String>,
pub main_module: Option<String>,
pub digest: Option<Vec<Digest>>,
pub manifest: Option<JavaManifest>,
pub pom_project: Option<PomProject>,
pub pom_properties: Option<PomProperties>,
pub virtual_path: Option<String>,
pub author: Option<String>,
pub bin: Option<Vec<String>>,
pub dist: Option<PhpComposerExternalReference>,
pub keywords: Option<Vec<String>>,
pub notification_url: Option<String>,
pub provide: Option<HashMap<String, String>>,
pub require: Option<HashMap<String, String>>,
pub require_dev: Option<HashMap<String, String>>,
pub suggest: Option<HashMap<String, String>>,
pub time: Option<String>,
pub metadata_type: Option<String>,
pub author_email: Option<String>,
pub direct_url_origin: Option<PythonDirectUrlOriginInfo>,
pub platform: Option<String>,
pub site_packages_root_path: Option<String>,
pub top_level_packages: Option<Vec<String>>,
pub epoch: Option<i64>,
pub release: Option<String>,
pub source_rpm: Option<String>,
pub vendor: Option<String>,
}
Fields
architecture: Option<String>
description: Option<String>
files: Option<Vec<FileUnion>>
git_commit_of_apk_port: Option<String>
installed_size: Option<i64>
license: Option<License>
maintainer: Option<String>
origin_package: Option<String>
package: Option<String>
pull_checksum: Option<String>
pull_dependencies: Option<String>
size: Option<i64>
url: Option<String>
version: Option<String>
checksum: Option<String>
dependencies: Option<Vec<String>>
name: Option<String>
source: Option<SourceUnion>
hosted_url: Option<String>
vcs_url: Option<String>
hash_path: Option<String>
path: Option<String>
sha512: Option<String>
source_version: Option<String>
homepage: Option<String>
licenses: Option<Vec<String>>
go_build_settings: Option<HashMap<String, String>>
go_compiled_version: Option<String>
h1_digest: Option<String>
main_module: Option<String>
digest: Option<Vec<Digest>>
manifest: Option<JavaManifest>
pom_project: Option<PomProject>
pom_properties: Option<PomProperties>
virtual_path: Option<String>
bin: Option<Vec<String>>
dist: Option<PhpComposerExternalReference>
keywords: Option<Vec<String>>
notification_url: Option<String>
provide: Option<HashMap<String, String>>
require: Option<HashMap<String, String>>
require_dev: Option<HashMap<String, String>>
suggest: Option<HashMap<String, String>>
time: Option<String>
metadata_type: Option<String>
direct_url_origin: Option<PythonDirectUrlOriginInfo>
platform: Option<String>
site_packages_root_path: Option<String>
top_level_packages: Option<Vec<String>>
epoch: Option<i64>
release: Option<String>
source_rpm: Option<String>
vendor: Option<String>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Metadata
impl<'de> Deserialize<'de> for Metadata
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more