Struct browser_window::prelude::CookieMutImpl
source · pub struct CookieMutImpl(/* private fields */);
Auto Trait Implementations§
impl Freeze for CookieMutImpl
impl RefUnwindSafe for CookieMutImpl
impl !Send for CookieMutImpl
impl !Sync for CookieMutImpl
impl Unpin for CookieMutImpl
impl UnwindSafe for CookieMutImpl
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