pub struct VrfProof {
pub proof: Vec<u8>,
pub hash: Vec<u8>,
}Fields§
§proof: Vec<u8>§hash: Vec<u8>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