pub struct ProofEntry<'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> ProofEntry<'a>
impl<'a> ProofEntry<'a>
pub fn new( target: &'a Hash, left_sibling: Option<&'a Hash>, right_sibling: Option<&'a Hash>, ) -> Self
๐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ยง
Sourceยงimpl<'a> Debug for ProofEntry<'a>
impl<'a> Debug for ProofEntry<'a>
Sourceยงimpl<'a> PartialEq for ProofEntry<'a>
impl<'a> PartialEq for ProofEntry<'a>
impl<'a> Eq for ProofEntry<'a>
impl<'a> StructuralPartialEq for ProofEntry<'a>
Auto Trait Implementationsยง
impl<'a> Freeze for ProofEntry<'a>
impl<'a> RefUnwindSafe for ProofEntry<'a>
impl<'a> Send for ProofEntry<'a>
impl<'a> Sync for ProofEntry<'a>
impl<'a> Unpin for ProofEntry<'a>
impl<'a> UnwindSafe for ProofEntry<'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