pub struct EnableReportingApi {
pub enable: bool,
}Fields§
§enable: boolTrait Implementations§
Source§impl Clone for EnableReportingApi
impl Clone for EnableReportingApi
Source§fn clone(&self) -> EnableReportingApi
fn clone(&self) -> EnableReportingApi
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 EnableReportingApi
impl Debug for EnableReportingApi
Source§impl<'de> Deserialize<'de> for EnableReportingApi
impl<'de> Deserialize<'de> for EnableReportingApi
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 EnableReportingApi
impl Method for EnableReportingApi
const NAME: &'static str = "Network.enableReportingApi"
type ReturnObject = EnableReportingApiReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for EnableReportingApi
impl PartialEq for EnableReportingApi
Source§impl Serialize for EnableReportingApi
impl Serialize for EnableReportingApi
impl StructuralPartialEq for EnableReportingApi
Auto Trait Implementations§
impl Freeze for EnableReportingApi
impl RefUnwindSafe for EnableReportingApi
impl Send for EnableReportingApi
impl Sync for EnableReportingApi
impl Unpin for EnableReportingApi
impl UnwindSafe for EnableReportingApi
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