pub struct WebUiMatcher();
Expand description
Parses a line like “Web UI available at http://localhost:9000/?tkn=…”
Trait Implementations§
Source§impl ServerOutputMatcher<Url> for WebUiMatcher
impl ServerOutputMatcher<Url> for WebUiMatcher
Auto Trait Implementations§
impl Freeze for WebUiMatcher
impl RefUnwindSafe for WebUiMatcher
impl Send for WebUiMatcher
impl Sync for WebUiMatcher
impl Unpin for WebUiMatcher
impl UnwindSafe for WebUiMatcher
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