#[repr(C)]pub struct NavigationPreloadManager {
reflector_: Reflector,
serviceworker_registration: Dom<ServiceWorkerRegistration>,
}
Fields§
§reflector_: Reflector
§serviceworker_registration: Dom<ServiceWorkerRegistration>
Implementations§
fn __assert_parent_type(&self)
fn new_inherited(
registration: &ServiceWorkerRegistration
) -> NavigationPreloadManager
pub fn new(
global: &GlobalScope,
registration: &ServiceWorkerRegistration
) -> Root<Dom<NavigationPreloadManager>>
Trait Implementations§
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigationPreloadManagerBinding::NavigationPreloadManagerBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::navigationpreloadmanager::NavigationPreloadManager>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigationpreloadmanager::NavigationPreloadManager>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigationPreloadManagerBinding::NavigationPreloadManagerBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::navigationpreloadmanager::NavigationPreloadManager>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigationpreloadmanager::NavigationPreloadManager>>}
Function pointer to the general wrap function type
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§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§fn eq(&self, other: &NavigationPreloadManager) -> bool
fn eq(&self, other: &NavigationPreloadManager) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
Blanket Implementations§
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§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§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert