pub type BrowsingContextId = NamespaceIndex<BrowsingContextIndex>;Aliased Type§
pub struct BrowsingContextId {
pub namespace_id: PipelineNamespaceId,
pub index: Index<BrowsingContextIndex>,
}Fields§
§namespace_id: PipelineNamespaceId§index: Index<BrowsingContextIndex>Implementations§
Source§impl BrowsingContextId
impl BrowsingContextId
pub fn new() -> BrowsingContextId
Source§impl BrowsingContextId
impl BrowsingContextId
pub fn from_string(str: &str) -> Option<BrowsingContextId>
Trait Implementations§
Source§impl From<WebViewId> for BrowsingContextId
impl From<WebViewId> for BrowsingContextId
Source§fn from(id: WebViewId) -> BrowsingContextId
fn from(id: WebViewId) -> BrowsingContextId
Converts to this type from the input type.