pub struct SelectField {
pub meta: FieldMeta,
pub options: Vec<String>,
pub index: usize,
}Expand description
A select field — the user cycles through options with h / l.
Fields§
§meta: FieldMeta§options: Vec<String>§index: usizeImplementations§
Auto Trait Implementations§
impl Freeze for SelectField
impl RefUnwindSafe for SelectField
impl Send for SelectField
impl Sync for SelectField
impl Unpin for SelectField
impl UnsafeUnpin for SelectField
impl UnwindSafe for SelectField
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