pub struct CreateWebviewOptions {
pub focused_webview: Arc<Mutex<Option<String>>>,
}Fields§
§focused_webview: Arc<Mutex<Option<String>>>Auto Trait Implementations§
impl Freeze for CreateWebviewOptions
impl RefUnwindSafe for CreateWebviewOptions
impl Send for CreateWebviewOptions
impl Sync for CreateWebviewOptions
impl Unpin for CreateWebviewOptions
impl UnsafeUnpin for CreateWebviewOptions
impl UnwindSafe for CreateWebviewOptions
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