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