pub struct PointCommitment(pub RistrettoPoint);Expand description
A commitment consisting of a single elliptic curve point.
Tuple Fields§
§0: RistrettoPointTrait Implementations§
Source§impl Clone for PointCommitment
 
impl Clone for PointCommitment
Source§fn clone(&self) -> PointCommitment
 
fn clone(&self) -> PointCommitment
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 moreSource§impl Commitment for PointCommitment
 
impl Commitment for PointCommitment
Auto Trait Implementations§
impl Freeze for PointCommitment
impl RefUnwindSafe for PointCommitment
impl Send for PointCommitment
impl Sync for PointCommitment
impl Unpin for PointCommitment
impl UnwindSafe for PointCommitment
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