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