pub enum SelectType {
Single,
Multi,
}
Expand description
Value for Element::Select()
to determine select
element behaviour.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectType
impl RefUnwindSafe for SelectType
impl Send for SelectType
impl Sync for SelectType
impl Unpin for SelectType
impl UnwindSafe for SelectType
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