pub struct ObservableHttpResponse {
pub matching: HttpResponseObservation,
pub headers: Vec<HttpHeader>,
pub status_code: Option<u16>,
}
Fields§
§matching: HttpResponseObservation
§headers: Vec<HttpHeader>
§status_code: Option<u16>
Trait Implementations§
Source§impl Clone for ObservableHttpResponse
impl Clone for ObservableHttpResponse
Source§fn clone(&self) -> ObservableHttpResponse
fn clone(&self) -> ObservableHttpResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ObservableHttpResponse
impl Debug for ObservableHttpResponse
Source§impl Display for ObservableHttpResponse
impl Display for ObservableHttpResponse
Auto Trait Implementations§
impl Freeze for ObservableHttpResponse
impl RefUnwindSafe for ObservableHttpResponse
impl Send for ObservableHttpResponse
impl Sync for ObservableHttpResponse
impl Unpin for ObservableHttpResponse
impl UnwindSafe for ObservableHttpResponse
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