pub struct Proof<'a>(/* private fields */);๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Implementationsยง
Sourceยงimpl<'a> Proof<'a>
impl<'a> Proof<'a>
pub fn push(&mut self, entry: ProofEntry<'a>)
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.pub fn verify(&self, candidate: Hash) -> bool
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait Implementationsยง
impl<'a> Eq for Proof<'a>
impl<'a> StructuralPartialEq for Proof<'a>
Auto Trait Implementationsยง
impl<'a> Freeze for Proof<'a>
impl<'a> RefUnwindSafe for Proof<'a>
impl<'a> Send for Proof<'a>
impl<'a> Sync for Proof<'a>
impl<'a> Unpin for Proof<'a>
impl<'a> UnwindSafe for Proof<'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