pub enum CoreEvent {
IntentResolve(String),
BrowserObserved(String),
CaptchaSolved(String),
}Expand description
— CORE NAMESPACE — Events sent by the Engine/Services to the Plugins
Variants§
IntentResolve(String)
“Does anyone support this URL?”
BrowserObserved(String)
“The browser found the data you requested”
CaptchaSolved(String)
“The captcha has been solved”
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoreEvent
impl RefUnwindSafe for CoreEvent
impl Send for CoreEvent
impl Sync for CoreEvent
impl Unpin for CoreEvent
impl UnwindSafe for CoreEvent
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