[−][src]Struct web_sys::PerformanceResourceTiming
The PerformanceResourceTiming object
This API requires the following crate features to be activated: PerformanceResourceTiming
Methods
impl PerformanceResourceTiming[src]
pub fn to_json(&self) -> Object[src]
The toJSON() method
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn initiator_type(&self) -> String[src]
The initiatorType getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn next_hop_protocol(&self) -> String[src]
The nextHopProtocol getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn worker_start(&self) -> f64[src]
The workerStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn redirect_start(&self) -> f64[src]
The redirectStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn redirect_end(&self) -> f64[src]
The redirectEnd getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn fetch_start(&self) -> f64[src]
The fetchStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn domain_lookup_start(&self) -> f64[src]
The domainLookupStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn domain_lookup_end(&self) -> f64[src]
The domainLookupEnd getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn connect_start(&self) -> f64[src]
The connectStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn connect_end(&self) -> f64[src]
The connectEnd getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn secure_connection_start(&self) -> f64[src]
The secureConnectionStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn request_start(&self) -> f64[src]
The requestStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn response_start(&self) -> f64[src]
The responseStart getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn response_end(&self) -> f64[src]
The responseEnd getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn transfer_size(&self) -> f64[src]
The transferSize getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn encoded_body_size(&self) -> f64[src]
The encodedBodySize getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn decoded_body_size(&self) -> f64[src]
The decodedBodySize getter
This API requires the following crate features to be activated: PerformanceResourceTiming
impl PerformanceResourceTiming[src]
pub fn server_timing(&self) -> Array[src]
The serverTiming getter
This API requires the following crate features to be activated: PerformanceResourceTiming
Methods from Deref<Target = PerformanceEntry>
pub fn to_json(&self) -> Object[src]
The toJSON() method
This API requires the following crate features to be activated: PerformanceEntry
pub fn name(&self) -> String[src]
The name getter
This API requires the following crate features to be activated: PerformanceEntry
pub fn entry_type(&self) -> String[src]
The entryType getter
This API requires the following crate features to be activated: PerformanceEntry
pub fn start_time(&self) -> f64[src]
The startTime getter
This API requires the following crate features to be activated: PerformanceEntry
pub fn duration(&self) -> f64[src]
The duration getter
This API requires the following crate features to be activated: PerformanceEntry
Trait Implementations
impl AsRef<PerformanceResourceTiming> for PerformanceNavigationTiming[src]
fn as_ref(&self) -> &PerformanceResourceTiming[src]
impl AsRef<JsValue> for PerformanceResourceTiming[src]
impl AsRef<PerformanceResourceTiming> for PerformanceResourceTiming[src]
fn as_ref(&self) -> &PerformanceResourceTiming[src]
impl AsRef<PerformanceEntry> for PerformanceResourceTiming[src]
fn as_ref(&self) -> &PerformanceEntry[src]
impl AsRef<Object> for PerformanceResourceTiming[src]
impl From<PerformanceNavigationTiming> for PerformanceResourceTiming[src]
impl From<JsValue> for PerformanceResourceTiming[src]
fn from(obj: JsValue) -> PerformanceResourceTiming[src]
impl From<PerformanceResourceTiming> for JsValue[src]
fn from(obj: PerformanceResourceTiming) -> JsValue[src]
impl From<PerformanceResourceTiming> for PerformanceEntry[src]
fn from(obj: PerformanceResourceTiming) -> PerformanceEntry[src]
impl From<PerformanceResourceTiming> for Object[src]
fn from(obj: PerformanceResourceTiming) -> Object[src]
impl Clone for PerformanceResourceTiming[src]
fn clone(&self) -> PerformanceResourceTiming[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for PerformanceResourceTiming[src]
impl PartialEq<PerformanceResourceTiming> for PerformanceResourceTiming[src]
fn eq(&self, other: &PerformanceResourceTiming) -> bool[src]
fn ne(&self, other: &PerformanceResourceTiming) -> bool[src]
impl Debug for PerformanceResourceTiming[src]
impl Deref for PerformanceResourceTiming[src]
type Target = PerformanceEntry
The resulting type after dereferencing.
fn deref(&self) -> &PerformanceEntry[src]
impl StructuralPartialEq for PerformanceResourceTiming[src]
impl StructuralEq for PerformanceResourceTiming[src]
impl JsCast for PerformanceResourceTiming[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl RefFromWasmAbi for PerformanceResourceTiming[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<PerformanceResourceTiming>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
impl FromWasmAbi for PerformanceResourceTiming[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for PerformanceResourceTiming[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a PerformanceResourceTiming[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl WasmDescribe for PerformanceResourceTiming[src]
impl OptionFromWasmAbi for PerformanceResourceTiming[src]
impl OptionIntoWasmAbi for PerformanceResourceTiming[src]
impl<'a> OptionIntoWasmAbi for &'a PerformanceResourceTiming[src]
Auto Trait Implementations
impl !Send for PerformanceResourceTiming
impl !Sync for PerformanceResourceTiming
impl Unpin for PerformanceResourceTiming
impl UnwindSafe for PerformanceResourceTiming
impl RefUnwindSafe for PerformanceResourceTiming
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi