pub struct NewWindowOpener {}Expand description
Information about the webview that initiated a new window request.
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