pub struct ProjectsV2IterationSetting {
pub id: Option<String>,
pub title: Option<String>,
pub duration: Option<f64>,
pub start_date: Option<String>,
}Expand description
An iteration setting for an iteration field
Fields§
§id: Option<String>§title: Option<String>§duration: Option<f64>§start_date: Option<String>Trait Implementations§
Source§impl Clone for ProjectsV2IterationSetting
impl Clone for ProjectsV2IterationSetting
Source§fn clone(&self) -> ProjectsV2IterationSetting
fn clone(&self) -> ProjectsV2IterationSetting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectsV2IterationSetting
impl Debug for ProjectsV2IterationSetting
Source§impl Default for ProjectsV2IterationSetting
impl Default for ProjectsV2IterationSetting
Source§fn default() -> ProjectsV2IterationSetting
fn default() -> ProjectsV2IterationSetting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectsV2IterationSetting
impl<'de> Deserialize<'de> for ProjectsV2IterationSetting
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>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ProjectsV2IterationSetting
Auto Trait Implementations§
impl Freeze for ProjectsV2IterationSetting
impl RefUnwindSafe for ProjectsV2IterationSetting
impl Send for ProjectsV2IterationSetting
impl Sync for ProjectsV2IterationSetting
impl Unpin for ProjectsV2IterationSetting
impl UnwindSafe for ProjectsV2IterationSetting
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
Mutably borrows from an owned value. Read more