pub struct iterations;
Trait Implementations§
Source§impl Field for iterations
impl Field for iterations
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 iterations
impl RefUnwindSafe for iterations
impl Send for iterations
impl Sync for iterations
impl Unpin for iterations
impl UnwindSafe for iterations
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