pub struct WebViewSession { /* private fields */ }Implementations§
Source§impl WebViewSession
impl WebViewSession
pub fn webtag(&self) -> &WebTag
pub fn subscribe_events(&self) -> WebViewEventSubscription
pub fn current_event(&self) -> WebViewEvent
pub async fn wait_ready(&self) -> Result<Arc<WebView>, WebViewError>
Trait Implementations§
Source§impl Clone for WebViewSession
impl Clone for WebViewSession
Source§fn clone(&self) -> WebViewSession
fn clone(&self) -> WebViewSession
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 WebViewSession
impl RefUnwindSafe for WebViewSession
impl Send for WebViewSession
impl Sync for WebViewSession
impl Unpin for WebViewSession
impl UnsafeUnpin for WebViewSession
impl UnwindSafe for WebViewSession
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