pub struct GetAllCookiesResult {
pub cookies: Vec<Cookie>,
}Fields§
Array of cookie objects.
Trait Implementations§
Source§impl Clone for GetAllCookiesResult
impl Clone for GetAllCookiesResult
Source§fn clone(&self) -> GetAllCookiesResult
fn clone(&self) -> GetAllCookiesResult
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 GetAllCookiesResult
impl Debug for GetAllCookiesResult
Source§impl<'de> Deserialize<'de> for GetAllCookiesResult
impl<'de> Deserialize<'de> for GetAllCookiesResult
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 PartialEq for GetAllCookiesResult
impl PartialEq for GetAllCookiesResult
Source§impl Serialize for GetAllCookiesResult
impl Serialize for GetAllCookiesResult
Source§impl TryFrom<Value> for GetAllCookiesResult
impl TryFrom<Value> for GetAllCookiesResult
impl StructuralPartialEq for GetAllCookiesResult
Auto Trait Implementations§
impl Freeze for GetAllCookiesResult
impl RefUnwindSafe for GetAllCookiesResult
impl Send for GetAllCookiesResult
impl Sync for GetAllCookiesResult
impl Unpin for GetAllCookiesResult
impl UnsafeUnpin for GetAllCookiesResult
impl UnwindSafe for GetAllCookiesResult
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