Struct spacegate_kernel::instance::SgHttpRouteInst
source · pub struct SgHttpRouteInst {
pub hostnames: Option<Vec<String>>,
pub filters: Vec<(String, BoxSgPluginFilter)>,
pub rules: Option<Vec<SgHttpRouteRuleInst>>,
}Fields§
§hostnames: Option<Vec<String>>§filters: Vec<(String, BoxSgPluginFilter)>§rules: Option<Vec<SgHttpRouteRuleInst>>Trait Implementations§
source§impl Default for SgHttpRouteInst
impl Default for SgHttpRouteInst
source§fn default() -> SgHttpRouteInst
fn default() -> SgHttpRouteInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for SgHttpRouteInst
impl Send for SgHttpRouteInst
impl Sync for SgHttpRouteInst
impl Unpin for SgHttpRouteInst
impl !UnwindSafe for SgHttpRouteInst
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