pub struct ECVRF { /* private fields */ }Expand description
ECVRF
Implementations§
Auto Trait Implementations§
impl Freeze for ECVRF
impl RefUnwindSafe for ECVRF
impl Send for ECVRF
impl Sync for ECVRF
impl Unpin for ECVRF
impl UnwindSafe for ECVRF
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