pub struct CreateProjectV2FieldInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for CreateProjectV2FieldInput
impl HasInputField<dataType, ProjectV2CustomFieldType> for CreateProjectV2FieldInput
impl HasInputField<name, String> for CreateProjectV2FieldInput
impl HasInputField<projectId, Id> for CreateProjectV2FieldInput
impl HasInputField<singleSelectOptions, Option<Vec<ProjectV2SingleSelectFieldOptionInput>>> for CreateProjectV2FieldInput
impl InputObjectMarker for CreateProjectV2FieldInput
Auto Trait Implementations§
impl Freeze for CreateProjectV2FieldInput
impl RefUnwindSafe for CreateProjectV2FieldInput
impl Send for CreateProjectV2FieldInput
impl Sync for CreateProjectV2FieldInput
impl Unpin for CreateProjectV2FieldInput
impl UnwindSafe for CreateProjectV2FieldInput
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