pub struct WebViewId(/* private fields */);Expand description
Process-unique identity for a single web view instance. Allocated once at
WebView construction and stable across rebuilds, so backend events route
to the correct widget. Same shape as MenuItemId.
Implementations§
Trait Implementations§
impl Copy for WebViewId
impl Eq for WebViewId
impl StructuralPartialEq for WebViewId
Auto Trait Implementations§
impl Freeze for WebViewId
impl RefUnwindSafe for WebViewId
impl Send for WebViewId
impl Sync for WebViewId
impl Unpin for WebViewId
impl UnsafeUnpin for WebViewId
impl UnwindSafe for WebViewId
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