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