pub struct ProofBuf { /* private fields */ }
Expand description
A buffer containing a proof for a block of data.
Implementations§
Source§impl ProofBuf
impl ProofBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProofBuf
impl RefUnwindSafe for ProofBuf
impl Send for ProofBuf
impl Sync for ProofBuf
impl Unpin for ProofBuf
impl UnwindSafe for ProofBuf
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