pub struct ScramState { /* private fields */ }Expand description
Internal state needed for SCRAM authentication
Trait Implementations§
Source§impl Clone for ScramState
impl Clone for ScramState
Source§fn clone(&self) -> ScramState
fn clone(&self) -> ScramState
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 moreAuto Trait Implementations§
impl Freeze for ScramState
impl RefUnwindSafe for ScramState
impl Send for ScramState
impl Sync for ScramState
impl Unpin for ScramState
impl UnwindSafe for ScramState
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