pub struct PproxyCase {
pub id: &'static str,
pub feature_id: &'static str,
pub pproxy_args: Vec<String>,
pub eggress_args: Vec<String>,
pub expected_comparisons: Vec<ComparisonCategory>,
pub timeout: Duration,
pub manifest_evidence: EvidenceLevel,
}Fields§
§id: &'static str§feature_id: &'static str§pproxy_args: Vec<String>§eggress_args: Vec<String>§expected_comparisons: Vec<ComparisonCategory>§timeout: Duration§manifest_evidence: EvidenceLevelTrait Implementations§
Source§impl Clone for PproxyCase
impl Clone for PproxyCase
Source§fn clone(&self) -> PproxyCase
fn clone(&self) -> PproxyCase
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 moreAuto Trait Implementations§
impl Freeze for PproxyCase
impl RefUnwindSafe for PproxyCase
impl Send for PproxyCase
impl Sync for PproxyCase
impl Unpin for PproxyCase
impl UnsafeUnpin for PproxyCase
impl UnwindSafe for PproxyCase
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