Struct webdriver::response::CookiesResponse
source · pub struct CookiesResponse(pub Vec<Cookie>);
Tuple Fields§
§0: Vec<Cookie>
Trait Implementations§
source§impl Debug for CookiesResponse
impl Debug for CookiesResponse
source§impl PartialEq for CookiesResponse
impl PartialEq for CookiesResponse
source§fn eq(&self, other: &CookiesResponse) -> bool
fn eq(&self, other: &CookiesResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CookiesResponse
impl Serialize for CookiesResponse
impl StructuralPartialEq for CookiesResponse
Auto Trait Implementations§
impl Freeze for CookiesResponse
impl RefUnwindSafe for CookiesResponse
impl Send for CookiesResponse
impl Sync for CookiesResponse
impl Unpin for CookiesResponse
impl UnwindSafe for CookiesResponse
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