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