pub struct BcryptCipher { /* private fields */ }Available on crate feature
bcrypt-cipher only.Expand description
CSRF protection implementation that uses bcrypt.
Implementations§
Trait Implementations§
Source§impl Clone for BcryptCipher
impl Clone for BcryptCipher
Source§fn clone(&self) -> BcryptCipher
fn clone(&self) -> BcryptCipher
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 moreSource§impl CsrfCipher for BcryptCipher
impl CsrfCipher for BcryptCipher
Source§impl Debug for BcryptCipher
impl Debug for BcryptCipher
Auto Trait Implementations§
impl Freeze for BcryptCipher
impl RefUnwindSafe for BcryptCipher
impl Send for BcryptCipher
impl Sync for BcryptCipher
impl Unpin for BcryptCipher
impl UnsafeUnpin for BcryptCipher
impl UnwindSafe for BcryptCipher
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