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