pub struct GetAllCookies(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for GetAllCookies
impl Clone for GetAllCookies
Source§fn clone(&self) -> GetAllCookies
fn clone(&self) -> GetAllCookies
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 GetAllCookies
impl Debug for GetAllCookies
Source§impl<'de> Deserialize<'de> for GetAllCookies
impl<'de> Deserialize<'de> for GetAllCookies
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 GetAllCookies
impl Method for GetAllCookies
const NAME: &'static str = "Network.getAllCookies"
type ReturnObject = GetAllCookiesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetAllCookies
impl PartialEq for GetAllCookies
Source§impl Serialize for GetAllCookies
impl Serialize for GetAllCookies
impl StructuralPartialEq for GetAllCookies
Auto Trait Implementations§
impl Freeze for GetAllCookies
impl RefUnwindSafe for GetAllCookies
impl Send for GetAllCookies
impl Sync for GetAllCookies
impl Unpin for GetAllCookies
impl UnwindSafe for GetAllCookies
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