pub struct ProjectV2SingleSelectField;
Trait Implementations§
Source§impl HasField<dataType> for ProjectV2SingleSelectField
impl HasField<dataType> for ProjectV2SingleSelectField
Source§type Type = ProjectV2FieldType
type Type = ProjectV2FieldType
The schema marker type of this field.
Source§impl HasField<id> for ProjectV2SingleSelectField
impl HasField<id> for ProjectV2SingleSelectField
Source§impl HasField<name> for ProjectV2SingleSelectField
impl HasField<name> for ProjectV2SingleSelectField
Source§impl HasField<options> for ProjectV2SingleSelectField
impl HasField<options> for ProjectV2SingleSelectField
Source§type Type = Vec<ProjectV2SingleSelectFieldOption>
type Type = Vec<ProjectV2SingleSelectFieldOption>
The schema marker type of this field.
Source§impl HasField<project> for ProjectV2SingleSelectField
impl HasField<project> for ProjectV2SingleSelectField
impl HasSubtype<ProjectV2SingleSelectField> for Node
impl HasSubtype<ProjectV2SingleSelectField> for ProjectV2FieldCommon
impl HasSubtype<ProjectV2SingleSelectField> for ProjectV2FieldConfiguration
Auto Trait Implementations§
impl Freeze for ProjectV2SingleSelectField
impl RefUnwindSafe for ProjectV2SingleSelectField
impl Send for ProjectV2SingleSelectField
impl Sync for ProjectV2SingleSelectField
impl Unpin for ProjectV2SingleSelectField
impl UnwindSafe for ProjectV2SingleSelectField
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