pub struct ProjectGroupMilestoneFull {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 code_name: String,
    pub date_targeted: NaiveDate,
    pub is_active: bool,
    pub name: String,
    pub official_bug_tags: bool,
    pub release_link: Url,
    pub series_target_link: Url,
    pub summary: String,
    pub target_link: Url,
    pub title: String,
}Expand description
Representation of the project_group_milestone-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.
code_name: StringCode name
An alternative name for the milestone.
date_targeted: NaiveDateDate Targeted
Example: 2005-11-24
is_active: boolActive
Whether or not this object should be shown in web forms for targeting.
name: StringName
Only letters, numbers, and simple punctuation are allowed.
Official Bug Tags
The list of bug tags defined as official.
release_link: UrlThe release for this milestone.
series_target_link: UrlThe productseries or distroseries of this milestone.
summary: StringSummary
A summary of the features and status of this milestone.
target_link: UrlThe product, distribution, or project group for this milestone.
title: StringA context title for pages.
Implementations§
source§impl ProjectGroupMilestoneFull
 
impl ProjectGroupMilestoneFull
sourcepub fn self_(&self) -> Option<ProjectGroupMilestone>
 
pub fn self_(&self) -> Option<ProjectGroupMilestone>
The canonical link to this resource.
pub fn set_self_(&mut self, value: Option<ProjectGroupMilestone>)
sourcepub fn release(&self) -> ProjectRelease
 
pub fn release(&self) -> ProjectRelease
The release for this milestone.
pub fn set_release(&mut self, value: ProjectRelease)
sourcepub fn series_target(&self) -> HasMilestones
 
pub fn series_target(&self) -> HasMilestones
The productseries or distroseries of this milestone.
pub fn set_series_target(&mut self, value: HasMilestones)
sourcepub fn target(&self) -> HasMilestones
 
pub fn target(&self) -> HasMilestones
The product, distribution, or project group for this milestone.
pub fn set_target(&mut self, value: HasMilestones)
Trait Implementations§
source§impl Clone for ProjectGroupMilestoneFull
 
impl Clone for ProjectGroupMilestoneFull
source§fn clone(&self) -> ProjectGroupMilestoneFull
 
fn clone(&self) -> ProjectGroupMilestoneFull
1.6.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ProjectGroupMilestoneFull
 
impl Debug for ProjectGroupMilestoneFull
source§impl<'de> Deserialize<'de> for ProjectGroupMilestoneFull
 
impl<'de> Deserialize<'de> for ProjectGroupMilestoneFull
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>,
impl StructuralPartialEq for ProjectGroupMilestoneFull
Auto Trait Implementations§
impl Freeze for ProjectGroupMilestoneFull
impl RefUnwindSafe for ProjectGroupMilestoneFull
impl Send for ProjectGroupMilestoneFull
impl Sync for ProjectGroupMilestoneFull
impl Unpin for ProjectGroupMilestoneFull
impl UnwindSafe for ProjectGroupMilestoneFull
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)