pub struct RadioChanged {
pub value: String,
pub index: usize,
}Expand description
Message emitted when radio selection changes.
Fields§
§value: StringThe newly selected value
index: usizeIndex of the selected option
Trait Implementations§
Source§impl Clone for RadioChanged
impl Clone for RadioChanged
Source§fn clone(&self) -> RadioChanged
fn clone(&self) -> RadioChanged
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 moreSource§impl Debug for RadioChanged
impl Debug for RadioChanged
Source§impl PartialEq for RadioChanged
impl PartialEq for RadioChanged
impl Eq for RadioChanged
impl StructuralPartialEq for RadioChanged
Auto Trait Implementations§
impl Freeze for RadioChanged
impl RefUnwindSafe for RadioChanged
impl Send for RadioChanged
impl Sync for RadioChanged
impl Unpin for RadioChanged
impl UnwindSafe for RadioChanged
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.