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