pub struct NewWindowOpener {
pub webview: WebView,
}Expand description
Information about the webview that initiated a new window request.
Fields§
§webview: WebViewAvailable on Linux or DragonFly BSD or FreeBSD or NetBSD or OpenBSD only.
The instance of the webview that initiated the new window request.
This must be set as the related view of the new webview. See WebviewAttributes::related_view.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewWindowOpener
impl RefUnwindSafe for NewWindowOpener
impl !Send for NewWindowOpener
impl !Sync for NewWindowOpener
impl Unpin for NewWindowOpener
impl UnwindSafe for NewWindowOpener
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