pub struct PlaywrightFixtureDefinitionFact {
pub test_name: String,
pub fixture_name: String,
pub type_name: String,
}Expand description
A Playwright fixture definition declared by a typed test.extend<T>().
Fields§
§test_name: StringLocal test function or wrapper receiving the fixture definition.
fixture_name: StringFixture name or dotted fixture path declared by the fixture type.
type_name: StringLocal type symbol used as the fixture target.
Trait Implementations§
impl<'__de> Decode<'__de> for PlaywrightFixtureDefinitionFactwhere
'__de:,
impl Encode for PlaywrightFixtureDefinitionFact
impl Eq for PlaywrightFixtureDefinitionFact
impl StructuralPartialEq for PlaywrightFixtureDefinitionFact
Auto Trait Implementations§
impl Freeze for PlaywrightFixtureDefinitionFact
impl RefUnwindSafe for PlaywrightFixtureDefinitionFact
impl Send for PlaywrightFixtureDefinitionFact
impl Sync for PlaywrightFixtureDefinitionFact
impl Unpin for PlaywrightFixtureDefinitionFact
impl UnsafeUnpin for PlaywrightFixtureDefinitionFact
impl UnwindSafe for PlaywrightFixtureDefinitionFact
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
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.