pub struct CookieMutImpl(/* private fields */);Auto Trait Implementations§
impl !Send for CookieMutImpl
impl !Sync for CookieMutImpl
impl Freeze for CookieMutImpl
impl RefUnwindSafe for CookieMutImpl
impl Unpin for CookieMutImpl
impl UnsafeUnpin 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