pub struct ServerStep2Params<'p> {
pub stored_verifier: &'p [u8],
}
Expand description
Parameters for step 2
Fields§
§stored_verifier: &'p [u8]
The verifier stored for the given user
Contains the verifier that has been stored for the given user during user registration.
Trait Implementations§
Source§impl<'p> Clone for ServerStep2Params<'p>
impl<'p> Clone for ServerStep2Params<'p>
Source§fn clone(&self) -> ServerStep2Params<'p>
fn clone(&self) -> ServerStep2Params<'p>
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<'p> Debug for ServerStep2Params<'p>
impl<'p> Debug for ServerStep2Params<'p>
Auto Trait Implementations§
impl<'p> Freeze for ServerStep2Params<'p>
impl<'p> RefUnwindSafe for ServerStep2Params<'p>
impl<'p> Send for ServerStep2Params<'p>
impl<'p> Sync for ServerStep2Params<'p>
impl<'p> Unpin for ServerStep2Params<'p>
impl<'p> UnwindSafe for ServerStep2Params<'p>
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