pub struct option;Expand description
HTML <option> element - Defines option in a select dropdown
Example:
<option value="blue" selected>Blue</option>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for option
impl RefUnwindSafe for option
impl Send for option
impl Sync for option
impl Unpin for option
impl UnwindSafe for option
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