pub struct SgHttpQueryMatchInst {
pub kind: SgHttpQueryMatchType,
pub name: String,
pub value: String,
pub regular: Option<Regex>,
}Fields§
§kind: SgHttpQueryMatchType§name: String§value: String§regular: Option<Regex>Trait Implementations§
source§impl Clone for SgHttpQueryMatchInst
impl Clone for SgHttpQueryMatchInst
source§fn clone(&self) -> SgHttpQueryMatchInst
fn clone(&self) -> SgHttpQueryMatchInst
Returns a copy 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 SgHttpQueryMatchInst
impl Debug for SgHttpQueryMatchInst
source§impl Default for SgHttpQueryMatchInst
impl Default for SgHttpQueryMatchInst
source§fn default() -> SgHttpQueryMatchInst
fn default() -> SgHttpQueryMatchInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SgHttpQueryMatchInst
impl Send for SgHttpQueryMatchInst
impl Sync for SgHttpQueryMatchInst
impl Unpin for SgHttpQueryMatchInst
impl UnwindSafe for SgHttpQueryMatchInst
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