Struct tty_form::SelectInputOption
source · [−]pub struct SelectInputOption { /* private fields */ }Expand description
A option for an option selection input.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SelectInputOption
impl Send for SelectInputOption
impl Sync for SelectInputOption
impl Unpin for SelectInputOption
impl UnwindSafe for SelectInputOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more