pub struct CookieInjector { /* private fields */ }Expand description
Appends a named token cookie to the request.
Implementations§
Trait Implementations§
Source§impl AuthInjector for CookieInjector
impl AuthInjector for CookieInjector
Source§impl Clone for CookieInjector
impl Clone for CookieInjector
Source§fn clone(&self) -> CookieInjector
fn clone(&self) -> CookieInjector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for CookieInjector
impl !UnwindSafe for CookieInjector
impl Freeze for CookieInjector
impl Send for CookieInjector
impl Sync for CookieInjector
impl Unpin for CookieInjector
impl UnsafeUnpin for CookieInjector
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