pub struct OmenaFixtureDiagnosticV0 {
pub code: String,
}Expand description
Minimal diagnostic projection consumed by the fixture evaluator.
The engine produces OmenaQueryStyleDiagnosticV0; the consumer projects
each one to its code so omena-testkit need not depend on omena-query.
Fields§
§code: StringStable diagnostic code, e.g. missingSassSymbol or missingKeyframes.
Implementations§
Trait Implementations§
Source§impl Clone for OmenaFixtureDiagnosticV0
impl Clone for OmenaFixtureDiagnosticV0
Source§fn clone(&self) -> OmenaFixtureDiagnosticV0
fn clone(&self) -> OmenaFixtureDiagnosticV0
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 OmenaFixtureDiagnosticV0
impl Debug for OmenaFixtureDiagnosticV0
impl Eq for OmenaFixtureDiagnosticV0
Source§impl PartialEq for OmenaFixtureDiagnosticV0
impl PartialEq for OmenaFixtureDiagnosticV0
Source§fn eq(&self, other: &OmenaFixtureDiagnosticV0) -> bool
fn eq(&self, other: &OmenaFixtureDiagnosticV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OmenaFixtureDiagnosticV0
impl Serialize for OmenaFixtureDiagnosticV0
impl StructuralPartialEq for OmenaFixtureDiagnosticV0
Auto Trait Implementations§
impl Freeze for OmenaFixtureDiagnosticV0
impl RefUnwindSafe for OmenaFixtureDiagnosticV0
impl Send for OmenaFixtureDiagnosticV0
impl Sync for OmenaFixtureDiagnosticV0
impl Unpin for OmenaFixtureDiagnosticV0
impl UnsafeUnpin for OmenaFixtureDiagnosticV0
impl UnwindSafe for OmenaFixtureDiagnosticV0
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