pub struct SetShowWebVitals {
pub show: bool,
}
Fields§
§show: bool
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 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