pub struct NsCookieParser;Implementations§
Auto Trait Implementations§
impl Freeze for NsCookieParser
impl RefUnwindSafe for NsCookieParser
impl Send for NsCookieParser
impl Sync for NsCookieParser
impl Unpin for NsCookieParser
impl UnsafeUnpin for NsCookieParser
impl UnwindSafe for NsCookieParser
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