pub struct ResourceTimingBuilder { /* private fields */ }Implementations§
Source§impl ResourceTimingBuilder
impl ResourceTimingBuilder
Sourcepub fn worker_router_evaluation_start(
self,
worker_router_evaluation_start: f64,
) -> Self
pub fn worker_router_evaluation_start( self, worker_router_evaluation_start: f64, ) -> Self
Started ServiceWorker static routing source evaluation.
Sourcepub fn worker_cache_lookup_start(self, worker_cache_lookup_start: f64) -> Self
pub fn worker_cache_lookup_start(self, worker_cache_lookup_start: f64) -> Self
Started cache lookup when the source was evaluated to ‘cache’.
pub fn build(self) -> ResourceTiming
Auto Trait Implementations§
impl Freeze for ResourceTimingBuilder
impl RefUnwindSafe for ResourceTimingBuilder
impl Send for ResourceTimingBuilder
impl Sync for ResourceTimingBuilder
impl Unpin for ResourceTimingBuilder
impl UnsafeUnpin for ResourceTimingBuilder
impl UnwindSafe for ResourceTimingBuilder
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