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