Struct warg_transparency::map::MapProofBundle
source · pub struct MapProofBundle<D, K, V>where
D: SupportedDigest,
K: VisitBytes,
V: VisitBytes,{ /* private fields */ }Expand description
A collection of inclusion proof info
Implementations§
source§impl<D, K, V> ProofBundle<D, K, V>where
D: SupportedDigest,
K: VisitBytes,
V: VisitBytes,
impl<D, K, V> ProofBundle<D, K, V>where D: SupportedDigest, K: VisitBytes, V: VisitBytes,
Trait Implementations§
source§impl<D, K, V> From<ProofBundle<D, K, V>> for MapProofBundlewhere
D: SupportedDigest,
K: VisitBytes,
V: VisitBytes,
impl<D, K, V> From<ProofBundle<D, K, V>> for MapProofBundlewhere D: SupportedDigest, K: VisitBytes, V: VisitBytes,
source§fn from(value: ProofBundle<D, K, V>) -> Self
fn from(value: ProofBundle<D, K, V>) -> Self
Converts to this type from the input type.
source§impl<D, K, V> TryFrom<MapProofBundle> for ProofBundle<D, K, V>where
D: SupportedDigest,
K: VisitBytes,
V: VisitBytes,
impl<D, K, V> TryFrom<MapProofBundle> for ProofBundle<D, K, V>where D: SupportedDigest, K: VisitBytes, V: VisitBytes,
Auto Trait Implementations§
impl<D, K, V> RefUnwindSafe for ProofBundle<D, K, V>where K: RefUnwindSafe, V: RefUnwindSafe, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<D, K, V> Send for ProofBundle<D, K, V>where K: Send, V: Send,
impl<D, K, V> Sync for ProofBundle<D, K, V>where K: Sync, V: Sync,
impl<D, K, V> Unpin for ProofBundle<D, K, V>where K: Unpin, V: Unpin, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: Unpin,
impl<D, K, V> UnwindSafe for ProofBundle<D, K, V>where K: UnwindSafe, V: UnwindSafe, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: UnwindSafe,
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