pub struct HarnessPlan {
pub fixture_paths: Vec<OsString>,
pub receipt_dir: Option<OsString>,
}Fields§
§fixture_paths: Vec<OsString>Replay targets: standalone fixture .yaml files, or a skill package
(directory / SKILL.md) whose declared inline harness.cases are run.
receipt_dir: Option<OsString>Where receipts the cases seal are written (--receipt-dir).
Trait Implementations§
Source§impl Debug for HarnessPlan
impl Debug for HarnessPlan
impl Eq for HarnessPlan
Source§impl PartialEq for HarnessPlan
impl PartialEq for HarnessPlan
Source§fn eq(&self, other: &HarnessPlan) -> bool
fn eq(&self, other: &HarnessPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HarnessPlan
Auto Trait Implementations§
impl Freeze for HarnessPlan
impl RefUnwindSafe for HarnessPlan
impl Send for HarnessPlan
impl Sync for HarnessPlan
impl Unpin for HarnessPlan
impl UnsafeUnpin for HarnessPlan
impl UnwindSafe for HarnessPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.