pub struct SetShowWebVitals {
pub show: bool,
}๐Deprecated
Expand description
Deprecated, no longer has any effect.
Fieldsยง
ยงshow: bool๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for SetShowWebVitals
impl Clone for SetShowWebVitals
Sourceยงfn clone(&self) -> SetShowWebVitals
fn clone(&self) -> SetShowWebVitals
Returns a duplicate 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 SetShowWebVitals
impl Debug for SetShowWebVitals
Sourceยงimpl<'de> Deserialize<'de> for SetShowWebVitals
impl<'de> Deserialize<'de> for SetShowWebVitals
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Sourceยงimpl Method for SetShowWebVitals
impl Method for SetShowWebVitals
const NAME: &'static str = "Overlay.setShowWebVitals"
type ReturnObject = SetShowWebVitalsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Sourceยงimpl PartialEq for SetShowWebVitals
impl PartialEq for SetShowWebVitals
Sourceยงimpl Serialize for SetShowWebVitals
impl Serialize for SetShowWebVitals
impl StructuralPartialEq for SetShowWebVitals
Auto Trait Implementationsยง
impl Freeze for SetShowWebVitals
impl RefUnwindSafe for SetShowWebVitals
impl Send for SetShowWebVitals
impl Sync for SetShowWebVitals
impl Unpin for SetShowWebVitals
impl UnsafeUnpin for SetShowWebVitals
impl UnwindSafe for SetShowWebVitals
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