pub struct HttpResponseMatch {
pub web_server: WebServer,
pub quality: f32,
}Expand description
Result of matching an HttpResponseObservation against a database.
Fields§
§web_server: WebServer§quality: f32Trait Implementations§
Source§impl Clone for HttpResponseMatch
impl Clone for HttpResponseMatch
Source§fn clone(&self) -> HttpResponseMatch
fn clone(&self) -> HttpResponseMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HttpResponseMatch
impl RefUnwindSafe for HttpResponseMatch
impl Send for HttpResponseMatch
impl Sync for HttpResponseMatch
impl Unpin for HttpResponseMatch
impl UnsafeUnpin for HttpResponseMatch
impl UnwindSafe for HttpResponseMatch
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