pub struct DistributionSourcePackageFull {Show 13 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: bool,
    pub bug_reporting_guidelines: String,
    pub display_name: String,
    pub distribution_link: Url,
    pub name: String,
    pub official_bug_tags: bool,
    pub title: String,
    pub upstream_product_link: Url,
    pub webhooks_collection_link: Url,
}Expand description
Representation of the distribution_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: boolAfter 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.
display_name: StringDisplay name for this package.
distribution_link: UrlThe distribution.
name: StringThe source package name as text
Official Bug Tags
The list of bug tags defined as official.
title: StringTitle for this package.
upstream_product_link: UrlThe upstream product to which this package is linked.
webhooks_collection_link: UrlWebhooks for this target.
Implementations§
source§impl DistributionSourcePackageFull
 
impl DistributionSourcePackageFull
sourcepub fn self_(&self) -> Option<DistributionSourcePackage>
 
pub fn self_(&self) -> Option<DistributionSourcePackage>
The canonical link to this resource.
pub fn set_self_(&mut self, value: Option<DistributionSourcePackage>)
sourcepub fn distribution(&self) -> Distribution
 
pub fn distribution(&self) -> Distribution
The distribution.
pub fn set_distribution(&mut self, value: Distribution)
sourcepub fn upstream_product(&self) -> Project
 
pub fn upstream_product(&self) -> Project
The upstream product to which this package is linked.
pub fn set_upstream_product(&mut self, value: Project)
sourcepub fn webhooks<'a>(
    &'a self,
    client: &'a dyn Client,
) -> Result<PagedCollection<'a, WebhookPage>, Error>
 
pub fn webhooks<'a>( &'a self, client: &'a dyn Client, ) -> Result<PagedCollection<'a, WebhookPage>, Error>
Webhooks for this target.
Trait Implementations§
source§impl Clone for DistributionSourcePackageFull
 
impl Clone for DistributionSourcePackageFull
source§fn clone(&self) -> DistributionSourcePackageFull
 
fn clone(&self) -> DistributionSourcePackageFull
1.6.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl<'de> Deserialize<'de> for DistributionSourcePackageFull
 
impl<'de> Deserialize<'de> for DistributionSourcePackageFull
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>,
source§impl PartialEq for DistributionSourcePackageFull
 
impl PartialEq for DistributionSourcePackageFull
source§fn eq(&self, other: &DistributionSourcePackageFull) -> bool
 
fn eq(&self, other: &DistributionSourcePackageFull) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DistributionSourcePackageFull
Auto Trait Implementations§
impl Freeze for DistributionSourcePackageFull
impl RefUnwindSafe for DistributionSourcePackageFull
impl Send for DistributionSourcePackageFull
impl Sync for DistributionSourcePackageFull
impl Unpin for DistributionSourcePackageFull
impl UnwindSafe for DistributionSourcePackageFull
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)