pub struct EndpointTest<P> { /* private fields */ }Expand description
A direct test harness for one authored Endpoint Plugin.
Implementations§
Source§impl<P> EndpointTest<P>where
P: HttpEndpoint,
impl<P> EndpointTest<P>where
P: HttpEndpoint,
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for EndpointTest<P>where
P: Freeze,
impl<P> RefUnwindSafe for EndpointTest<P>where
P: RefUnwindSafe,
impl<P> Send for EndpointTest<P>where
P: Send,
impl<P> Sync for EndpointTest<P>where
P: Sync,
impl<P> Unpin for EndpointTest<P>where
P: Unpin,
impl<P> UnsafeUnpin for EndpointTest<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for EndpointTest<P>where
P: 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