pub struct HttpRequestMatch {
pub browser: Browser,
pub quality: f32,
}Expand description
Result of matching an HttpRequestObservation against a database.
Fields§
§browser: Browser§quality: f32Trait Implementations§
Source§impl Clone for HttpRequestMatch
impl Clone for HttpRequestMatch
Source§fn clone(&self) -> HttpRequestMatch
fn clone(&self) -> HttpRequestMatch
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 HttpRequestMatch
impl RefUnwindSafe for HttpRequestMatch
impl Send for HttpRequestMatch
impl Sync for HttpRequestMatch
impl Unpin for HttpRequestMatch
impl UnsafeUnpin for HttpRequestMatch
impl UnwindSafe for HttpRequestMatch
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