pub enum DropdownEvent {
SetText(String),
}Variants§
Trait Implementations§
Source§impl Clone for DropdownEvent
impl Clone for DropdownEvent
Source§fn clone(&self) -> DropdownEvent
fn clone(&self) -> DropdownEvent
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 DropdownEvent
impl Debug for DropdownEvent
Source§impl PartialEq for DropdownEvent
impl PartialEq for DropdownEvent
impl StructuralPartialEq for DropdownEvent
Auto Trait Implementations§
impl Freeze for DropdownEvent
impl RefUnwindSafe for DropdownEvent
impl Send for DropdownEvent
impl Sync for DropdownEvent
impl Unpin for DropdownEvent
impl UnwindSafe for DropdownEvent
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