pub enum CookieManagerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CookieManagerEvent
impl RefUnwindSafe for CookieManagerEvent
impl Send for CookieManagerEvent
impl Sync for CookieManagerEvent
impl Unpin for CookieManagerEvent
impl UnwindSafe for CookieManagerEvent
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