pub struct WebContext {
pub inner: WebContext,
pub referenced_by_webviews: HashSet<String>,
pub registered_custom_protocols: HashSet<String>,
}
Fields§
§inner: WebContext
§referenced_by_webviews: HashSet<String>
§registered_custom_protocols: HashSet<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebContext
impl RefUnwindSafe for WebContext
impl Send for WebContext
impl Sync for WebContext
impl Unpin for WebContext
impl UnwindSafe for WebContext
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