pub struct ScoreInfo {
pub composite: f64,
pub grade: String,
pub spec_depth: f64,
pub falsification: f64,
pub kani: f64,
pub lean: f64,
pub binding: f64,
}Expand description
Inline score info for enrichment.
Fields§
§composite: f64§grade: String§spec_depth: f64§falsification: f64§kani: f64§lean: f64§binding: f64Trait Implementations§
Source§impl Serialize for ScoreInfo
impl Serialize for ScoreInfo
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ScoreInfo
impl RefUnwindSafe for ScoreInfo
impl Send for ScoreInfo
impl Sync for ScoreInfo
impl Unpin for ScoreInfo
impl UnsafeUnpin for ScoreInfo
impl UnwindSafe for ScoreInfo
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