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: Vec<String>,
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.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more