pub struct GatePolicy {
pub fake_markers: Vec<String>,
pub evidence_patterns: Vec<String>,
pub marker_ignore_paths: Vec<String>,
}Expand description
Resolved deterministic-gate policy (markers, evidence patterns, ignore paths).
Fields§
§fake_markers: Vec<String>§evidence_patterns: Vec<String>§marker_ignore_paths: Vec<String>Trait Implementations§
Source§impl Clone for GatePolicy
impl Clone for GatePolicy
Source§fn clone(&self) -> GatePolicy
fn clone(&self) -> GatePolicy
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 GatePolicy
impl Debug for GatePolicy
Source§impl Default for GatePolicy
impl Default for GatePolicy
impl Eq for GatePolicy
Source§impl PartialEq for GatePolicy
impl PartialEq for GatePolicy
Source§fn eq(&self, other: &GatePolicy) -> bool
fn eq(&self, other: &GatePolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatePolicy
Auto Trait Implementations§
impl Freeze for GatePolicy
impl RefUnwindSafe for GatePolicy
impl Send for GatePolicy
impl Sync for GatePolicy
impl Unpin for GatePolicy
impl UnsafeUnpin for GatePolicy
impl UnwindSafe for GatePolicy
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