pub struct HttpQueryMatch {
pub name: String,
pub policy: SgHttpQueryMatchPolicy,
}Fields§
§name: String§policy: SgHttpQueryMatchPolicyTrait Implementations§
Source§impl Clone for HttpQueryMatch
impl Clone for HttpQueryMatch
Source§fn clone(&self) -> HttpQueryMatch
fn clone(&self) -> HttpQueryMatch
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 HttpQueryMatch
impl Debug for HttpQueryMatch
Source§impl From<HttpQueryMatch> for HttpRouteMatch
impl From<HttpQueryMatch> for HttpRouteMatch
Source§fn from(value: HttpQueryMatch) -> Self
fn from(value: HttpQueryMatch) -> Self
Converts to this type from the input type.
Source§impl MatchRequest for HttpQueryMatch
impl MatchRequest for HttpQueryMatch
Auto Trait Implementations§
impl Freeze for HttpQueryMatch
impl RefUnwindSafe for HttpQueryMatch
impl Send for HttpQueryMatch
impl Sync for HttpQueryMatch
impl Unpin for HttpQueryMatch
impl UnwindSafe for HttpQueryMatch
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