pub struct Challenge<C: Ciphersuite>(/* private fields */);
Expand description
A type refinement for the scalar field element representing the per-message challenge.
Trait Implementations§
Source§impl<C> Debug for Challenge<C>where
C: Ciphersuite,
impl<C> Debug for Challenge<C>where
C: Ciphersuite,
impl<C: Copy + Ciphersuite> Copy for Challenge<C>
Auto Trait Implementations§
impl<C> Freeze for Challenge<C>
impl<C> RefUnwindSafe for Challenge<C>
impl<C> Send for Challenge<C>
impl<C> Sync for Challenge<C>
impl<C> Unpin for Challenge<C>
impl<C> UnwindSafe for Challenge<C>
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