pub struct ProjectV2ItemFieldIterationValue;
Trait Implementations§
Source§impl HasField<field> for ProjectV2ItemFieldIterationValue
impl HasField<field> for ProjectV2ItemFieldIterationValue
Source§type Type = ProjectV2FieldConfiguration
type Type = ProjectV2FieldConfiguration
The schema marker type of this field.
Source§impl HasField<item> for ProjectV2ItemFieldIterationValue
impl HasField<item> for ProjectV2ItemFieldIterationValue
Source§type Type = ProjectV2Item
type Type = ProjectV2Item
The schema marker type of this field.
impl HasSubtype<ProjectV2ItemFieldIterationValue> for Node
impl HasSubtype<ProjectV2ItemFieldIterationValue> for ProjectV2ItemFieldValue
impl HasSubtype<ProjectV2ItemFieldIterationValue> for ProjectV2ItemFieldValueCommon
Auto Trait Implementations§
impl Freeze for ProjectV2ItemFieldIterationValue
impl RefUnwindSafe for ProjectV2ItemFieldIterationValue
impl Send for ProjectV2ItemFieldIterationValue
impl Sync for ProjectV2ItemFieldIterationValue
impl Unpin for ProjectV2ItemFieldIterationValue
impl UnwindSafe for ProjectV2ItemFieldIterationValue
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