Struct wcpopup::SelectedMenuItem
source · pub struct SelectedMenuItem {
pub id: String,
pub label: String,
pub value: String,
pub name: String,
pub checked: bool,
pub disabled: bool,
}
Expand description
Selected MenuItem.
Fields§
§id: String
§label: String
§value: String
§name: String
§checked: bool
§disabled: bool
Trait Implementations§
source§impl Clone for SelectedMenuItem
impl Clone for SelectedMenuItem
source§fn clone(&self) -> SelectedMenuItem
fn clone(&self) -> SelectedMenuItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SelectedMenuItem
impl Debug for SelectedMenuItem
Auto Trait Implementations§
impl Freeze for SelectedMenuItem
impl RefUnwindSafe for SelectedMenuItem
impl Send for SelectedMenuItem
impl Sync for SelectedMenuItem
impl Unpin for SelectedMenuItem
impl UnwindSafe for SelectedMenuItem
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