pub struct Dropdown {
pub label: String,
pub items: Vec<DropdownItem>,
}Fields§
§label: String§items: Vec<DropdownItem>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dropdown
impl RefUnwindSafe for Dropdown
impl Send for Dropdown
impl Sync for Dropdown
impl Unpin for Dropdown
impl UnwindSafe for Dropdown
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