pub struct ProjectV2SingleSelectFieldOptionInput;
Trait Implementations§
impl HasInputField<color, ProjectV2SingleSelectFieldOptionColor> for ProjectV2SingleSelectFieldOptionInput
impl HasInputField<description, String> for ProjectV2SingleSelectFieldOptionInput
impl HasInputField<name, String> for ProjectV2SingleSelectFieldOptionInput
impl InputObjectMarker for ProjectV2SingleSelectFieldOptionInput
Auto Trait Implementations§
impl Freeze for ProjectV2SingleSelectFieldOptionInput
impl RefUnwindSafe for ProjectV2SingleSelectFieldOptionInput
impl Send for ProjectV2SingleSelectFieldOptionInput
impl Sync for ProjectV2SingleSelectFieldOptionInput
impl Unpin for ProjectV2SingleSelectFieldOptionInput
impl UnwindSafe for ProjectV2SingleSelectFieldOptionInput
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