pub struct CookiesConfig { /* private fields */ }Trait Implementations§
Source§impl Debug for CookiesConfig
impl Debug for CookiesConfig
Auto Trait Implementations§
impl Freeze for CookiesConfig
impl RefUnwindSafe for CookiesConfig
impl Send for CookiesConfig
impl Sync for CookiesConfig
impl Unpin for CookiesConfig
impl UnwindSafe for CookiesConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more