pub struct CookieStore;Trait Implementations§
Source§impl Clone for CookieStore
impl Clone for CookieStore
Source§fn clone(&self) -> CookieStore
fn clone(&self) -> CookieStore
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 Default for CookieStore
impl Default for CookieStore
Source§fn default() -> CookieStore
fn default() -> CookieStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CookieStore
impl RefUnwindSafe for CookieStore
impl Send for CookieStore
impl Sync for CookieStore
impl Unpin for CookieStore
impl UnwindSafe for CookieStore
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