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