pub struct DomainSharedStore<C> { /* private fields */ }
Implementations§
Trait Implementations§
Store a set of Set-Cookie header values received from
url
Get any Cookie values in the store for
url
Auto Trait Implementations§
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