Enum fuel_merkle::sparse::proof::Proof
source · pub enum Proof {
Inclusion(InclusionProof),
Exclusion(ExclusionProof),
}
Variants§
Inclusion(InclusionProof)
Exclusion(ExclusionProof)
Implementations§
Trait Implementations§
source§impl PartialEq for Proof
impl PartialEq for Proof
impl Eq for Proof
impl StructuralPartialEq for Proof
Auto Trait Implementations§
impl Freeze for Proof
impl RefUnwindSafe for Proof
impl Send for Proof
impl Sync for Proof
impl Unpin for Proof
impl UnwindSafe for Proof
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