1 2 3 4 5
#[derive(Debug)] pub struct RuleResult { pub include_in_score: bool, pub pinned: Option<crate::PinReason>, }