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