Skip to main content

web_sys/features/
gen_PerformanceMeasureOptions.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = PerformanceMeasureOptions)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `PerformanceMeasureOptions` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
13    #[doc = ""]
14    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type PerformanceMeasureOptions;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `detail` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
21    #[doc = ""]
22    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "detail")]
25    pub fn get_detail(this: &PerformanceMeasureOptions) -> ::wasm_bindgen::JsValue;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `detail` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
30    #[doc = ""]
31    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "detail")]
34    pub fn set_detail(this: &PerformanceMeasureOptions, val: &::wasm_bindgen::JsValue);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `duration` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
39    #[doc = ""]
40    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, getter = "duration")]
43    pub fn get_duration(this: &PerformanceMeasureOptions) -> Option<f64>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `duration` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
48    #[doc = ""]
49    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, setter = "duration")]
52    pub fn set_duration(this: &PerformanceMeasureOptions, val: f64);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `end` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
57    #[doc = ""]
58    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, getter = "end")]
61    pub fn get_end(this: &PerformanceMeasureOptions) -> ::wasm_bindgen::JsValue;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `end` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
66    #[doc = ""]
67    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
68    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
69    #[wasm_bindgen(method, setter = "end")]
70    pub fn set_end(this: &PerformanceMeasureOptions, val: &str);
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Change the `end` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
75    #[doc = ""]
76    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
77    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
78    #[wasm_bindgen(method, setter = "end")]
79    pub fn set_end_f64(this: &PerformanceMeasureOptions, val: f64);
80    #[cfg(web_sys_unstable_apis)]
81    #[doc = "Get the `start` field of this object."]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
84    #[doc = ""]
85    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
86    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
87    #[wasm_bindgen(method, getter = "start")]
88    pub fn get_start(this: &PerformanceMeasureOptions) -> ::wasm_bindgen::JsValue;
89    #[cfg(web_sys_unstable_apis)]
90    #[doc = "Change the `start` field of this object."]
91    #[doc = ""]
92    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
93    #[doc = ""]
94    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
95    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
96    #[wasm_bindgen(method, setter = "start")]
97    pub fn set_start(this: &PerformanceMeasureOptions, val: &str);
98    #[cfg(web_sys_unstable_apis)]
99    #[doc = "Change the `start` field of this object."]
100    #[doc = ""]
101    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
102    #[doc = ""]
103    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
104    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
105    #[wasm_bindgen(method, setter = "start")]
106    pub fn set_start_f64(this: &PerformanceMeasureOptions, val: f64);
107}
108#[cfg(web_sys_unstable_apis)]
109impl PerformanceMeasureOptions {
110    #[doc = "Construct a new `PerformanceMeasureOptions`."]
111    #[doc = ""]
112    #[doc = "*This API requires the following crate features to be activated: `PerformanceMeasureOptions`*"]
113    #[doc = ""]
114    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
115    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
116    pub fn new() -> Self {
117        #[allow(unused_mut)]
118        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
119        ret
120    }
121    #[cfg(web_sys_unstable_apis)]
122    #[deprecated = "Use `set_detail()` instead."]
123    pub fn detail(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
124        self.set_detail(val);
125        self
126    }
127    #[cfg(web_sys_unstable_apis)]
128    #[deprecated = "Use `set_duration()` instead."]
129    pub fn duration(&mut self, val: f64) -> &mut Self {
130        self.set_duration(val);
131        self
132    }
133    #[cfg(web_sys_unstable_apis)]
134    #[deprecated = "Use `set_end()` instead."]
135    pub fn end(&mut self, val: &str) -> &mut Self {
136        self.set_end(val);
137        self
138    }
139    #[cfg(web_sys_unstable_apis)]
140    #[deprecated = "Use `set_start()` instead."]
141    pub fn start(&mut self, val: &str) -> &mut Self {
142        self.set_start(val);
143        self
144    }
145}
146#[cfg(web_sys_unstable_apis)]
147impl Default for PerformanceMeasureOptions {
148    fn default() -> Self {
149        Self::new()
150    }
151}