pub struct OmenaTestkitFixtureSeedV0 {
pub label: &'static str,
pub lane: &'static str,
pub raw: &'static str,
pub expected_products: &'static [&'static str],
pub promotion_target: &'static str,
}Expand description
One reusable fixture seed consumed by the testkit boundary report.
Fields§
§label: &'static strStable fixture label.
lane: &'static strFixture lane such as sass-language or cascade-proof.
raw: &'static strRaw omena-fixture-v0 text.
expected_products: &'static [&'static str]Product surfaces expected to consume this fixture.
promotion_target: &'static strPromotion target for M4.
Trait Implementations§
Source§impl Clone for OmenaTestkitFixtureSeedV0
impl Clone for OmenaTestkitFixtureSeedV0
Source§fn clone(&self) -> OmenaTestkitFixtureSeedV0
fn clone(&self) -> OmenaTestkitFixtureSeedV0
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 moreimpl Copy for OmenaTestkitFixtureSeedV0
Source§impl Debug for OmenaTestkitFixtureSeedV0
impl Debug for OmenaTestkitFixtureSeedV0
impl Eq for OmenaTestkitFixtureSeedV0
Source§impl PartialEq for OmenaTestkitFixtureSeedV0
impl PartialEq for OmenaTestkitFixtureSeedV0
Source§fn eq(&self, other: &OmenaTestkitFixtureSeedV0) -> bool
fn eq(&self, other: &OmenaTestkitFixtureSeedV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OmenaTestkitFixtureSeedV0
Auto Trait Implementations§
impl Freeze for OmenaTestkitFixtureSeedV0
impl RefUnwindSafe for OmenaTestkitFixtureSeedV0
impl Send for OmenaTestkitFixtureSeedV0
impl Sync for OmenaTestkitFixtureSeedV0
impl Unpin for OmenaTestkitFixtureSeedV0
impl UnsafeUnpin for OmenaTestkitFixtureSeedV0
impl UnwindSafe for OmenaTestkitFixtureSeedV0
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