pub struct HashDomain { /* private fields */ }Expand description
A domain in which $\mathsf{SinsemillaHashToPoint}$ and $\mathsf{SinsemillaHash}$ can be used.
Implementations§
Source§impl HashDomain
impl HashDomain
Trait Implementations§
Source§impl Clone for HashDomain
impl Clone for HashDomain
Source§fn clone(&self) -> HashDomain
fn clone(&self) -> HashDomain
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 HashDomain
impl RefUnwindSafe for HashDomain
impl Send for HashDomain
impl Sync for HashDomain
impl Unpin for HashDomain
impl UnwindSafe for HashDomain
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