Enum workspace2::searchable::SearchEvent
source · pub enum SearchEvent {
MatchesInvalidated,
ActiveMatchChanged,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SearchEvent
impl Send for SearchEvent
impl Sync for SearchEvent
impl Unpin for SearchEvent
impl UnwindSafe for SearchEvent
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