Struct risc0_zkvm::Journal
source · pub struct Journal {
pub bytes: Vec<u8>,
}
Expand description
A journal is a record of all public commitments for a given proof session.
Fields§
§bytes: Vec<u8>
The raw bytes of the journal.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Journal
impl<'de> Deserialize<'de> for Journal
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Journal
impl PartialEq for Journal
impl StructuralPartialEq for Journal
Auto Trait Implementations§
impl RefUnwindSafe for Journal
impl Send for Journal
impl Sync for Journal
impl Unpin for Journal
impl UnwindSafe for Journal
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