pub struct VrfProof(/* private fields */);Expand description
An opaque VRF proof (pi). The concrete byte encoding is defined by the
Vrf implementation.
Implementations§
Trait Implementations§
impl Eq for VrfProof
impl StructuralPartialEq for VrfProof
Auto Trait Implementations§
impl Freeze for VrfProof
impl RefUnwindSafe for VrfProof
impl Send for VrfProof
impl Sync for VrfProof
impl Unpin for VrfProof
impl UnsafeUnpin for VrfProof
impl UnwindSafe for VrfProof
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