pub enum SearchAction {
ReadInput(Vec<i32>),
ToggleFilterMode,
FindNextMatch,
FindPreviousMatch,
}Variants§
Trait Implementations§
Source§impl Clone for SearchAction
impl Clone for SearchAction
Source§fn clone(&self) -> SearchAction
fn clone(&self) -> SearchAction
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 Hash for SearchAction
impl Hash for SearchAction
Source§impl PartialEq for SearchAction
impl PartialEq for SearchAction
impl Eq for SearchAction
impl StructuralPartialEq for SearchAction
Auto Trait Implementations§
impl Freeze for SearchAction
impl RefUnwindSafe for SearchAction
impl Send for SearchAction
impl Sync for SearchAction
impl Unpin for SearchAction
impl UnwindSafe for SearchAction
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)