Struct spacegate_kernel::instance::SgHttpRouteMatchInst
source · pub struct SgHttpRouteMatchInst {
pub path: Option<SgHttpPathMatchInst>,
pub header: Option<Vec<SgHttpHeaderMatchInst>>,
pub query: Option<Vec<SgHttpQueryMatchInst>>,
pub method: Option<Vec<String>>,
}Fields§
§path: Option<SgHttpPathMatchInst>§header: Option<Vec<SgHttpHeaderMatchInst>>§query: Option<Vec<SgHttpQueryMatchInst>>§method: Option<Vec<String>>Trait Implementations§
source§impl Clone for SgHttpRouteMatchInst
impl Clone for SgHttpRouteMatchInst
source§fn clone(&self) -> SgHttpRouteMatchInst
fn clone(&self) -> SgHttpRouteMatchInst
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 SgHttpRouteMatchInst
impl Debug for SgHttpRouteMatchInst
source§impl Default for SgHttpRouteMatchInst
impl Default for SgHttpRouteMatchInst
source§fn default() -> SgHttpRouteMatchInst
fn default() -> SgHttpRouteMatchInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SgHttpRouteMatchInst
impl Send for SgHttpRouteMatchInst
impl Sync for SgHttpRouteMatchInst
impl Unpin for SgHttpRouteMatchInst
impl UnwindSafe for SgHttpRouteMatchInst
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