pub struct OnNewProof<'s, 'a> {
pub proof: ManifestProof,
pub state: &'s ProofState<'a>,
}
Expand description
A valid proof has been created.
Fields§
§proof: ManifestProof
§state: &'s ProofState<'a>
Auto Trait Implementations§
impl<'s, 'a> Freeze for OnNewProof<'s, 'a>
impl<'s, 'a> RefUnwindSafe for OnNewProof<'s, 'a>
impl<'s, 'a> Send for OnNewProof<'s, 'a>
impl<'s, 'a> Sync for OnNewProof<'s, 'a>
impl<'s, 'a> Unpin for OnNewProof<'s, 'a>
impl<'s, 'a> UnwindSafe for OnNewProof<'s, 'a>
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