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§
Source§impl Clone for WebViewEventSubscription
impl Clone for WebViewEventSubscription
Source§fn clone(&self) -> WebViewEventSubscription
fn clone(&self) -> WebViewEventSubscription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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