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