pub enum CheckBoxAction {
Change(bool),
None,
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for CheckBoxAction
impl ActionDefaultRef for CheckBoxAction
fn default_ref() -> &'static Self
Source§impl Clone for CheckBoxAction
impl Clone for CheckBoxAction
Source§fn clone(&self) -> CheckBoxAction
fn clone(&self) -> CheckBoxAction
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 CheckBoxAction
impl Debug for CheckBoxAction
Auto Trait Implementations§
impl Freeze for CheckBoxAction
impl RefUnwindSafe for CheckBoxAction
impl Send for CheckBoxAction
impl Sync for CheckBoxAction
impl Unpin for CheckBoxAction
impl UnwindSafe for CheckBoxAction
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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