pub struct ScalarChallenge(pub Scalar);Expand description
A challenge consisting of a single scalar value.
Tuple Fields§
§0: ScalarTrait Implementations§
Source§impl Challenge for ScalarChallenge
impl Challenge for ScalarChallenge
Source§impl Clone for ScalarChallenge
impl Clone for ScalarChallenge
Source§fn clone(&self) -> ScalarChallenge
fn clone(&self) -> ScalarChallenge
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 moreAuto Trait Implementations§
impl Freeze for ScalarChallenge
impl RefUnwindSafe for ScalarChallenge
impl Send for ScalarChallenge
impl Sync for ScalarChallenge
impl Unpin for ScalarChallenge
impl UnwindSafe for ScalarChallenge
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