pub struct ElementMatcher<T> { /* private fields */ }
Implementations§
Source§impl<T> ElementMatcher<Vec<T>>where
T: Display + 'static,
impl<T> ElementMatcher<Vec<T>>where
T: Display + 'static,
pub fn list(self) -> ListAssert<T>
Source§impl<T> ElementMatcher<T>where
T: Display + 'static,
impl<T> ElementMatcher<T>where
T: Display + 'static,
pub fn value(self) -> CustomAssert<T>
Auto Trait Implementations§
impl<T> Freeze for ElementMatcher<T>where
T: Freeze,
impl<T> RefUnwindSafe for ElementMatcher<T>where
T: RefUnwindSafe,
impl<T> Send for ElementMatcher<T>where
T: Send,
impl<T> Sync for ElementMatcher<T>where
T: Sync,
impl<T> Unpin for ElementMatcher<T>where
T: Unpin,
impl<T> UnwindSafe for ElementMatcher<T>where
T: UnwindSafe,
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