[][src]Struct httptest::matchers::request::Path

pub struct Path<M>(_);

The Path mapper returned by path()

Trait Implementations

impl<M: Debug> Debug for Path<M>[src]

impl<M, B> Matcher<Request<B>> for Path<M> where
    M: Matcher<str>, 
[src]

Auto Trait Implementations

impl<M> RefUnwindSafe for Path<M> where
    M: RefUnwindSafe
[src]

impl<M> Send for Path<M> where
    M: Send
[src]

impl<M> Sync for Path<M> where
    M: Sync
[src]

impl<M> Unpin for Path<M> where
    M: Unpin
[src]

impl<M> UnwindSafe for Path<M> where
    M: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.