pub struct Step2Out { /* private fields */ }
Expand description
Output of the second step of the CPace protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for Step2Out
impl RefUnwindSafe for Step2Out
impl Send for Step2Out
impl Sync for Step2Out
impl Unpin for Step2Out
impl UnwindSafe for Step2Out
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