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