pub struct OmenaFixtureExpectationV0 {
pub key: String,
pub value: String,
}Expand description
One expectation section in a reusable fixture.
Fields§
§key: StringExpectation key.
value: StringExpectation text.
Implementations§
Source§impl OmenaFixtureExpectationV0
impl OmenaFixtureExpectationV0
Sourcepub fn kind(&self) -> OmenaFixtureExpectationKindV0
pub fn kind(&self) -> OmenaFixtureExpectationKindV0
Classify the expectation family without interpreting product-owned expectation payloads.
Trait Implementations§
Source§impl Clone for OmenaFixtureExpectationV0
impl Clone for OmenaFixtureExpectationV0
Source§fn clone(&self) -> OmenaFixtureExpectationV0
fn clone(&self) -> OmenaFixtureExpectationV0
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 OmenaFixtureExpectationV0
impl Debug for OmenaFixtureExpectationV0
impl Eq for OmenaFixtureExpectationV0
impl StructuralPartialEq for OmenaFixtureExpectationV0
Auto Trait Implementations§
impl Freeze for OmenaFixtureExpectationV0
impl RefUnwindSafe for OmenaFixtureExpectationV0
impl Send for OmenaFixtureExpectationV0
impl Sync for OmenaFixtureExpectationV0
impl Unpin for OmenaFixtureExpectationV0
impl UnsafeUnpin for OmenaFixtureExpectationV0
impl UnwindSafe for OmenaFixtureExpectationV0
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