pub struct singleSelectOptions;
Trait Implementations§
Source§impl Field for singleSelectOptions
impl Field for singleSelectOptions
impl HasInputField<singleSelectOptions, Option<Vec<ProjectV2SingleSelectFieldOptionInput>>> for CreateProjectV2FieldInput
Auto Trait Implementations§
impl Freeze for singleSelectOptions
impl RefUnwindSafe for singleSelectOptions
impl Send for singleSelectOptions
impl Sync for singleSelectOptions
impl Unpin for singleSelectOptions
impl UnwindSafe for singleSelectOptions
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