pub struct HarnessInfo {
pub label: &'static str,
pub sources: &'static [(Layer, String)],
pub value: &'static Value,
pub descriptor: &'static HarnessDescriptor,
}Expand description
One registered harness as harness list/show/lint see it: identity,
contributing sources in layer order, the merged descriptor value, and the
resolved descriptor.
Fields§
§label: &'static str§sources: &'static [(Layer, String)]§value: &'static Value§descriptor: &'static HarnessDescriptorAuto Trait Implementations§
impl Freeze for HarnessInfo
impl RefUnwindSafe for HarnessInfo
impl Send for HarnessInfo
impl Sync for HarnessInfo
impl Unpin for HarnessInfo
impl UnsafeUnpin for HarnessInfo
impl UnwindSafe for HarnessInfo
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