pub struct GetCookies { /* private fields */ }Expand description
Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.
Implementations§
Trait Implementations§
Source§impl Clone for GetCookies
impl Clone for GetCookies
Source§fn clone(&self) -> GetCookies
fn clone(&self) -> GetCookies
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 GetCookies
impl Debug for GetCookies
Source§impl Method for GetCookies
impl Method for GetCookies
Source§type Response = GetCookiesResponse
type Response = GetCookiesResponse
Response type for this method
Auto Trait Implementations§
impl Freeze for GetCookies
impl RefUnwindSafe for GetCookies
impl Send for GetCookies
impl Sync for GetCookies
impl Unpin for GetCookies
impl UnsafeUnpin for GetCookies
impl UnwindSafe for GetCookies
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