pub struct DsaPolicyRuntime {
pub feature_policy_overrides: Vec<FeaturePolicyOverride>,
pub recall_rescue: RecallRescueConfig,
pub semantic_rescue_support: BTreeMap<usize, Vec<bool>>,
}Fields§
§feature_policy_overrides: Vec<FeaturePolicyOverride>§recall_rescue: RecallRescueConfig§semantic_rescue_support: BTreeMap<usize, Vec<bool>>Trait Implementations§
Source§impl Clone for DsaPolicyRuntime
impl Clone for DsaPolicyRuntime
Source§fn clone(&self) -> DsaPolicyRuntime
fn clone(&self) -> DsaPolicyRuntime
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 DsaPolicyRuntime
impl Debug for DsaPolicyRuntime
Source§impl Default for DsaPolicyRuntime
impl Default for DsaPolicyRuntime
Source§fn default() -> DsaPolicyRuntime
fn default() -> DsaPolicyRuntime
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DsaPolicyRuntime
impl<'de> Deserialize<'de> for DsaPolicyRuntime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DsaPolicyRuntime
impl PartialEq for DsaPolicyRuntime
Source§impl Serialize for DsaPolicyRuntime
impl Serialize for DsaPolicyRuntime
impl StructuralPartialEq for DsaPolicyRuntime
Auto Trait Implementations§
impl Freeze for DsaPolicyRuntime
impl RefUnwindSafe for DsaPolicyRuntime
impl Send for DsaPolicyRuntime
impl Sync for DsaPolicyRuntime
impl Unpin for DsaPolicyRuntime
impl UnsafeUnpin for DsaPolicyRuntime
impl UnwindSafe for DsaPolicyRuntime
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