pub struct Sha256HashSuite<F: Field> { /* private fields */ }Expand description
Make a hash suite from a Sha256 trait
Implementations§
Auto Trait Implementations§
impl<F> Freeze for Sha256HashSuite<F>where
PhantomData<F>: Freeze,
impl<F> RefUnwindSafe for Sha256HashSuite<F>where
PhantomData<F>: RefUnwindSafe,
impl<F> Send for Sha256HashSuite<F>where
PhantomData<F>: Send,
impl<F> Sync for Sha256HashSuite<F>where
PhantomData<F>: Sync,
impl<F> Unpin for Sha256HashSuite<F>where
PhantomData<F>: Unpin,
impl<F> UnsafeUnpin for Sha256HashSuite<F>where
PhantomData<F>: UnsafeUnpin,
impl<F> UnwindSafe for Sha256HashSuite<F>where
PhantomData<F>: UnwindSafe,
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