pub struct ListItemSelected {
pub index: usize,
}Expand description
Message emitted when a list item is selected.
Fields§
§index: usizeIndex of selected item
Trait Implementations§
Source§impl Clone for ListItemSelected
impl Clone for ListItemSelected
Source§fn clone(&self) -> ListItemSelected
fn clone(&self) -> ListItemSelected
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ListItemSelected
impl RefUnwindSafe for ListItemSelected
impl Send for ListItemSelected
impl Sync for ListItemSelected
impl Unpin for ListItemSelected
impl UnwindSafe for ListItemSelected
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