pub struct CsrfCookie { /* private fields */ }
Expand description
A signed, encrypted CSRF cookie that is suitable to be displayed to end users.
Implementations§
Source§impl CsrfCookie
impl CsrfCookie
Trait Implementations§
Source§impl Clone for CsrfCookie
impl Clone for CsrfCookie
Source§fn clone(&self) -> CsrfCookie
fn clone(&self) -> CsrfCookie
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CsrfCookie
impl Debug for CsrfCookie
Source§impl Hash for CsrfCookie
impl Hash for CsrfCookie
Source§impl PartialEq for CsrfCookie
impl PartialEq for CsrfCookie
impl Eq for CsrfCookie
impl StructuralPartialEq for CsrfCookie
Auto Trait Implementations§
impl Freeze for CsrfCookie
impl RefUnwindSafe for CsrfCookie
impl Send for CsrfCookie
impl Sync for CsrfCookie
impl Unpin for CsrfCookie
impl UnwindSafe for CsrfCookie
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PersistentInto<Arc<Mutex<T>>> for T
impl<T> PersistentInto<Arc<Mutex<T>>> for T
Source§fn persistent_into(self) -> Arc<Mutex<T>>
fn persistent_into(self) -> Arc<Mutex<T>>
Convert
self
into a value of type T
.Source§impl<T> PersistentInto<Arc<RwLock<T>>> for T
impl<T> PersistentInto<Arc<RwLock<T>>> for T
Source§fn persistent_into(self) -> Arc<RwLock<T>>
fn persistent_into(self) -> Arc<RwLock<T>>
Convert
self
into a value of type T
.Source§impl<T> PersistentInto<Arc<T>> for T
impl<T> PersistentInto<Arc<T>> for T
Source§fn persistent_into(self) -> Arc<T>
fn persistent_into(self) -> Arc<T>
Convert
self
into a value of type T
.Source§impl<T> PersistentInto<T> for T
impl<T> PersistentInto<T> for T
Source§fn persistent_into(self) -> T
fn persistent_into(self) -> T
Convert
self
into a value of type T
.