pub struct ProjectV2IterationFieldConfiguration;
Trait Implementations§
Source§impl HasField<completedIterations> for ProjectV2IterationFieldConfiguration
impl HasField<completedIterations> for ProjectV2IterationFieldConfiguration
Source§type Type = Vec<ProjectV2IterationFieldIteration>
type Type = Vec<ProjectV2IterationFieldIteration>
The schema marker type of this field.
Source§impl HasField<iterations> for ProjectV2IterationFieldConfiguration
impl HasField<iterations> for ProjectV2IterationFieldConfiguration
Source§type Type = Vec<ProjectV2IterationFieldIteration>
type Type = Vec<ProjectV2IterationFieldIteration>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ProjectV2IterationFieldConfiguration
impl RefUnwindSafe for ProjectV2IterationFieldConfiguration
impl Send for ProjectV2IterationFieldConfiguration
impl Sync for ProjectV2IterationFieldConfiguration
impl Unpin for ProjectV2IterationFieldConfiguration
impl UnwindSafe for ProjectV2IterationFieldConfiguration
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