pub struct ProjectV2FieldCommon;
Trait Implementations§
Source§impl HasField<__typename> for ProjectV2FieldCommon
impl HasField<__typename> for ProjectV2FieldCommon
Source§impl HasField<createdAt> for ProjectV2FieldCommon
impl HasField<createdAt> for ProjectV2FieldCommon
Source§impl HasField<dataType> for ProjectV2FieldCommon
impl HasField<dataType> for ProjectV2FieldCommon
Source§type Type = ProjectV2FieldType
type Type = ProjectV2FieldType
The schema marker type of this field.
Source§impl HasField<databaseId> for ProjectV2FieldCommon
impl HasField<databaseId> for ProjectV2FieldCommon
Source§impl HasField<id> for ProjectV2FieldCommon
impl HasField<id> for ProjectV2FieldCommon
Source§impl HasField<name> for ProjectV2FieldCommon
impl HasField<name> for ProjectV2FieldCommon
Source§impl HasField<project> for ProjectV2FieldCommon
impl HasField<project> for ProjectV2FieldCommon
Source§impl HasField<updatedAt> for ProjectV2FieldCommon
impl HasField<updatedAt> for ProjectV2FieldCommon
Source§impl NamedType for ProjectV2FieldCommon
impl NamedType for ProjectV2FieldCommon
impl HasSubtype<ProjectV2Field> for ProjectV2FieldCommon
impl HasSubtype<ProjectV2FieldCommon> for ProjectV2FieldCommon
impl HasSubtype<ProjectV2IterationField> for ProjectV2FieldCommon
impl HasSubtype<ProjectV2SingleSelectField> for ProjectV2FieldCommon
Auto Trait Implementations§
impl Freeze for ProjectV2FieldCommon
impl RefUnwindSafe for ProjectV2FieldCommon
impl Send for ProjectV2FieldCommon
impl Sync for ProjectV2FieldCommon
impl Unpin for ProjectV2FieldCommon
impl UnwindSafe for ProjectV2FieldCommon
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