pub struct FeaturePolicyDecisionRecord {Show 16 fields
pub feature_index: usize,
pub feature_name: String,
pub feature_role: String,
pub group_name: String,
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub grammar_state: String,
pub motif_label: String,
pub semantic_label: Option<String>,
pub policy_ceiling: String,
pub policy_state: String,
pub investigation_worthy: bool,
pub corroborated: bool,
pub corroborated_by: String,
pub rationale: String,
}Fields§
§feature_index: usize§feature_name: String§feature_role: String§group_name: String§run_index: usize§timestamp: String§label: i8§grammar_state: String§motif_label: String§semantic_label: Option<String>§policy_ceiling: String§policy_state: String§investigation_worthy: bool§corroborated: bool§corroborated_by: String§rationale: StringTrait Implementations§
Source§impl Clone for FeaturePolicyDecisionRecord
impl Clone for FeaturePolicyDecisionRecord
Source§fn clone(&self) -> FeaturePolicyDecisionRecord
fn clone(&self) -> FeaturePolicyDecisionRecord
Returns a duplicate of the value. Read more
1.0.0 · 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 FeaturePolicyDecisionRecord
impl Debug for FeaturePolicyDecisionRecord
Auto Trait Implementations§
impl Freeze for FeaturePolicyDecisionRecord
impl RefUnwindSafe for FeaturePolicyDecisionRecord
impl Send for FeaturePolicyDecisionRecord
impl Sync for FeaturePolicyDecisionRecord
impl Unpin for FeaturePolicyDecisionRecord
impl UnsafeUnpin for FeaturePolicyDecisionRecord
impl UnwindSafe for FeaturePolicyDecisionRecord
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