pub struct SetCookie<'c, T: Responder> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'c, T> Freeze for SetCookie<'c, T>where
T: Freeze,
impl<'c, T> RefUnwindSafe for SetCookie<'c, T>where
T: RefUnwindSafe,
impl<'c, T> Send for SetCookie<'c, T>where
T: Send,
impl<'c, T> Sync for SetCookie<'c, T>where
T: Sync,
impl<'c, T> Unpin for SetCookie<'c, T>where
T: Unpin,
impl<'c, T> UnwindSafe for SetCookie<'c, T>where
T: UnwindSafe,
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