pub struct VerifierLog(/* private fields */);
Expand description
An error returned from the verifier.
Provides a Debug
implementation that doesn’t escape newlines.
Implementations§
Trait Implementations§
Source§impl Debug for VerifierLog
impl Debug for VerifierLog
Auto Trait Implementations§
impl Freeze for VerifierLog
impl RefUnwindSafe for VerifierLog
impl Send for VerifierLog
impl Sync for VerifierLog
impl Unpin for VerifierLog
impl UnwindSafe for VerifierLog
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