pub struct ProofOptions {
pub strict: bool,
}Expand description
Options shared by command-stream and environment-file analysis.
Fields§
§strict: boolTreat warnings as failed checks in the rendered summary and process exit.
Trait Implementations§
Source§impl Clone for ProofOptions
impl Clone for ProofOptions
Source§fn clone(&self) -> ProofOptions
fn clone(&self) -> ProofOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProofOptions
impl Debug for ProofOptions
Source§impl Default for ProofOptions
impl Default for ProofOptions
Source§fn default() -> ProofOptions
fn default() -> ProofOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProofOptions
impl RefUnwindSafe for ProofOptions
impl Send for ProofOptions
impl Sync for ProofOptions
impl Unpin for ProofOptions
impl UnsafeUnpin for ProofOptions
impl UnwindSafe for ProofOptions
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