pub struct SecureToken { /* private fields */ }
Expand description
Secure session token wrapper with automatic memory clearing
Implementations§
Source§impl SecureToken
impl SecureToken
Trait Implementations§
Source§impl Clone for SecureToken
impl Clone for SecureToken
Source§fn clone(&self) -> SecureToken
fn clone(&self) -> SecureToken
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 SecureToken
impl Debug for SecureToken
Source§impl Drop for SecureToken
impl Drop for SecureToken
Auto Trait Implementations§
impl Freeze for SecureToken
impl RefUnwindSafe for SecureToken
impl Send for SecureToken
impl Sync for SecureToken
impl Unpin for SecureToken
impl UnwindSafe for SecureToken
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