pub struct SourcePackageFull {Show 14 fields
pub self_link: Option<Url>,
pub web_link: Option<Url>,
pub resource_type_link: Option<Url>,
pub http_etag: Option<String>,
pub bug_reported_acknowledgement: String,
pub bug_reporting_guidelines: String,
pub content_templates: Option<String>,
pub displayname: String,
pub distribution_link: Url,
pub distroseries_link: Url,
pub latest_published_component_name: String,
pub name: String,
pub official_bug_tags: Vec<String>,
pub productseries_link: Url,
}Expand description
Representation of the source_package-full resource
Fields§
§self_link: Option<Url>The canonical link to this resource.
web_link: Option<Url>The canonical human-addressable web link to this resource.
resource_type_link: Option<Url>The link to the WADL description of this resource.
http_etag: Option<String>The value of the HTTP ETag for this resource.
bug_reported_acknowledgement: StringAfter reporting a bug, I can expect the following.
This message of acknowledgement will be displayed to anyone after reporting a bug.
bug_reporting_guidelines: StringHelpful guidelines for reporting a bug
These guidelines will be shown to everyone reporting a bug and should be text or a bulleted list with your particular requirements, if any.
content_templates: Option<String>Templates to use for reporting a bug
This pre-defined template will be given to the users to guide them when reporting a bug.
displayname: StringDisplay name
A displayname, constructed, for this package
distribution_link: UrlDistribution
The distribution for this source package.
distroseries_link: UrlDistribution Series
The DistroSeries for this SourcePackage
latest_published_component_name: StringThe name of the component in which the package was last published.
name: StringName
The text name of this source package.
Official Bug Tags
The list of bug tags defined as official.
productseries_link: UrlProject series
The registered project series that this source package is based on. This series may be the same as the one that earlier versions of this source packages were based on.
Implementations§
Source§impl SourcePackageFull
impl SourcePackageFull
Sourcepub fn self_(&self) -> Option<SourcePackage>
pub fn self_(&self) -> Option<SourcePackage>
The canonical link to this resource.
pub fn set_self_(&mut self, value: Option<SourcePackage>)
Sourcepub fn distribution(&self) -> Distribution
pub fn distribution(&self) -> Distribution
Distribution
The distribution for this source package.
pub fn set_distribution(&mut self, value: Distribution)
Sourcepub fn distroseries(&self) -> DistroSeries
pub fn distroseries(&self) -> DistroSeries
Distribution Series
The DistroSeries for this SourcePackage
pub fn set_distroseries(&mut self, value: DistroSeries)
Sourcepub fn productseries(&self) -> ProjectSeries
pub fn productseries(&self) -> ProjectSeries
Project series
The registered project series that this source package is based on. This series may be the same as the one that earlier versions of this source packages were based on.
pub fn set_productseries(&mut self, value: ProjectSeries)
Trait Implementations§
Source§impl Clone for SourcePackageFull
impl Clone for SourcePackageFull
Source§fn clone(&self) -> SourcePackageFull
fn clone(&self) -> SourcePackageFull
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more