pub struct Step3 {
pub dh_params: DhParamsForRetry,
/* private fields */
}Expand description
State after step 3.
Fields§
§dh_params: DhParamsForRetryThe processed DH parameters stored so retry_step3 can re-derive g_b
without re-parsing the encrypted server response.
Auto Trait Implementations§
impl Freeze for Step3
impl RefUnwindSafe for Step3
impl Send for Step3
impl Sync for Step3
impl Unpin for Step3
impl UnsafeUnpin for Step3
impl UnwindSafe for Step3
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