pub struct PlaywrightFixtureTypeFact {
pub alias_name: String,
pub fixture_name: String,
pub type_name: String,
}Expand description
A nested Playwright fixture binding declared by a fixture type alias.
Fields§
§alias_name: StringLocal type alias containing the nested fixture binding.
fixture_name: StringFixture name or dotted fixture path declared inside the type alias.
type_name: StringLocal type symbol used as the nested fixture target.
Trait Implementations§
Source§impl Clone for PlaywrightFixtureTypeFact
impl Clone for PlaywrightFixtureTypeFact
Source§impl Debug for PlaywrightFixtureTypeFact
impl Debug for PlaywrightFixtureTypeFact
impl<'__de> Decode<'__de> for PlaywrightFixtureTypeFactwhere
'__de:,
impl Encode for PlaywrightFixtureTypeFact
impl Eq for PlaywrightFixtureTypeFact
impl StructuralPartialEq for PlaywrightFixtureTypeFact
Auto Trait Implementations§
impl Freeze for PlaywrightFixtureTypeFact
impl RefUnwindSafe for PlaywrightFixtureTypeFact
impl Send for PlaywrightFixtureTypeFact
impl Sync for PlaywrightFixtureTypeFact
impl Unpin for PlaywrightFixtureTypeFact
impl UnsafeUnpin for PlaywrightFixtureTypeFact
impl UnwindSafe for PlaywrightFixtureTypeFact
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.