pub struct VrfCert {
pub cert: Bytes,
pub proof: Bytes,
}
Fields§
§cert: Bytes
§proof: Bytes
Trait Implementations§
impl Eq for VrfCert
impl StructuralPartialEq for VrfCert
Auto Trait Implementations§
impl Freeze for VrfCert
impl RefUnwindSafe for VrfCert
impl Send for VrfCert
impl Sync for VrfCert
impl Unpin for VrfCert
impl UnwindSafe for VrfCert
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