pub struct JunitEndpoint { /* private fields */ }
Trait Implementations§
Source§impl Respond for JunitEndpoint
impl Respond for JunitEndpoint
Source§fn respond(&self, request: &Request) -> ResponseTemplate
fn respond(&self, request: &Request) -> ResponseTemplate
Given a reference to a
Request
return a ResponseTemplate
that will be used
by the MockServer
as blueprint for the response returned to the client.Auto Trait Implementations§
impl Freeze for JunitEndpoint
impl RefUnwindSafe for JunitEndpoint
impl Send for JunitEndpoint
impl Sync for JunitEndpoint
impl Unpin for JunitEndpoint
impl UnwindSafe for JunitEndpoint
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