Struct forc_pkg::PkgTestEntry
source · pub struct PkgTestEntry {
pub pass_condition: TestPassCondition,
pub span: Span,
}Expand description
Data specific to the test entry point.
Fields§
§pass_condition: TestPassCondition§span: SpanTrait Implementations§
source§impl Clone for PkgTestEntry
impl Clone for PkgTestEntry
source§fn clone(&self) -> PkgTestEntry
fn clone(&self) -> PkgTestEntry
Returns a copy 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 more