pub struct WebViewEventSubscription { /* private fields */ }Implementations§
Source§impl WebViewEventSubscription
impl WebViewEventSubscription
pub fn current(&self) -> WebViewEvent
pub async fn changed(&mut self) -> Result<WebViewEvent, WebViewError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebViewEventSubscription
impl RefUnwindSafe for WebViewEventSubscription
impl Send for WebViewEventSubscription
impl Sync for WebViewEventSubscription
impl Unpin for WebViewEventSubscription
impl UnsafeUnpin for WebViewEventSubscription
impl UnwindSafe for WebViewEventSubscription
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