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