pub struct MemoryCookieJar { /* private fields */ }Expand description
In-memory cookie jar.
Implementations§
Trait Implementations§
Source§impl CookieJar for MemoryCookieJar
impl CookieJar for MemoryCookieJar
Auto Trait Implementations§
impl !Freeze for MemoryCookieJar
impl RefUnwindSafe for MemoryCookieJar
impl Send for MemoryCookieJar
impl Sync for MemoryCookieJar
impl Unpin for MemoryCookieJar
impl UnsafeUnpin for MemoryCookieJar
impl UnwindSafe for MemoryCookieJar
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