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