pub struct UnencryptedCsrfCookie { /* private fields */ }
Expand description
Internal represenation of an unencrypted CSRF cookie. This is not suitable to send to end users.
Implementations§
Trait Implementations§
Source§impl Clone for UnencryptedCsrfCookie
impl Clone for UnencryptedCsrfCookie
Source§fn clone(&self) -> UnencryptedCsrfCookie
fn clone(&self) -> UnencryptedCsrfCookie
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 UnencryptedCsrfCookie
impl Debug for UnencryptedCsrfCookie
Source§impl Hash for UnencryptedCsrfCookie
impl Hash for UnencryptedCsrfCookie
Source§impl PartialEq for UnencryptedCsrfCookie
impl PartialEq for UnencryptedCsrfCookie
impl Eq for UnencryptedCsrfCookie
impl StructuralPartialEq for UnencryptedCsrfCookie
Auto Trait Implementations§
impl Freeze for UnencryptedCsrfCookie
impl RefUnwindSafe for UnencryptedCsrfCookie
impl Send for UnencryptedCsrfCookie
impl Sync for UnencryptedCsrfCookie
impl Unpin for UnencryptedCsrfCookie
impl UnwindSafe for UnencryptedCsrfCookie
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
.