Struct servo::TopLevelBrowsingContextId
source · pub struct TopLevelBrowsingContextId(pub BrowsingContextId);
Tuple Fields§
§0: BrowsingContextId
Implementations§
source§impl TopLevelBrowsingContextId
impl TopLevelBrowsingContextId
pub fn new() -> TopLevelBrowsingContextId
sourcepub fn install(id: TopLevelBrowsingContextId)
pub fn install(id: TopLevelBrowsingContextId)
Each script and layout thread should have the top-level browsing context id installed, since it is used by crash reporting.
pub fn installed() -> Option<TopLevelBrowsingContextId>
Trait Implementations§
source§impl Clone for TopLevelBrowsingContextId
impl Clone for TopLevelBrowsingContextId
source§fn clone(&self) -> TopLevelBrowsingContextId
fn clone(&self) -> TopLevelBrowsingContextId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TopLevelBrowsingContextId
impl Debug for TopLevelBrowsingContextId
source§impl<'de> Deserialize<'de> for TopLevelBrowsingContextId
impl<'de> Deserialize<'de> for TopLevelBrowsingContextId
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TopLevelBrowsingContextId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TopLevelBrowsingContextId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for TopLevelBrowsingContextId
impl Display for TopLevelBrowsingContextId
source§impl Hash for TopLevelBrowsingContextId
impl Hash for TopLevelBrowsingContextId
source§impl MallocSizeOf for TopLevelBrowsingContextId
impl MallocSizeOf for TopLevelBrowsingContextId
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl Ord for TopLevelBrowsingContextId
impl Ord for TopLevelBrowsingContextId
source§fn cmp(&self, other: &TopLevelBrowsingContextId) -> Ordering
fn cmp(&self, other: &TopLevelBrowsingContextId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<BrowsingContextId> for TopLevelBrowsingContextId
impl PartialEq<BrowsingContextId> for TopLevelBrowsingContextId
source§fn eq(&self, rhs: &BrowsingContextId) -> bool
fn eq(&self, rhs: &BrowsingContextId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for TopLevelBrowsingContextId
impl PartialEq for TopLevelBrowsingContextId
source§fn eq(&self, other: &TopLevelBrowsingContextId) -> bool
fn eq(&self, other: &TopLevelBrowsingContextId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TopLevelBrowsingContextId
impl PartialOrd for TopLevelBrowsingContextId
source§fn partial_cmp(&self, other: &TopLevelBrowsingContextId) -> Option<Ordering>
fn partial_cmp(&self, other: &TopLevelBrowsingContextId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for TopLevelBrowsingContextId
impl Serialize for TopLevelBrowsingContextId
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for TopLevelBrowsingContextId
impl Eq for TopLevelBrowsingContextId
impl StructuralPartialEq for TopLevelBrowsingContextId
Auto Trait Implementations§
impl Freeze for TopLevelBrowsingContextId
impl RefUnwindSafe for TopLevelBrowsingContextId
impl Send for TopLevelBrowsingContextId
impl Sync for TopLevelBrowsingContextId
impl Unpin for TopLevelBrowsingContextId
impl UnwindSafe for TopLevelBrowsingContextId
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert