Struct spacegate_kernel::plugins::context::ChosenHttpRouteRuleInst
source · pub struct ChosenHttpRouteRuleInst { /* private fields */ }Expand description
Chosen http route rule
Implementations§
source§impl ChosenHttpRouteRuleInst
impl ChosenHttpRouteRuleInst
pub fn clone_from( chose_route_rule: &SgHttpRouteRuleInst, matched_match_inst: Option<&SgHttpRouteMatchInst> ) -> Self
Trait Implementations§
source§impl Debug for ChosenHttpRouteRuleInst
impl Debug for ChosenHttpRouteRuleInst
source§impl Default for ChosenHttpRouteRuleInst
impl Default for ChosenHttpRouteRuleInst
source§fn default() -> ChosenHttpRouteRuleInst
fn default() -> ChosenHttpRouteRuleInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ChosenHttpRouteRuleInst
impl Send for ChosenHttpRouteRuleInst
impl Sync for ChosenHttpRouteRuleInst
impl Unpin for ChosenHttpRouteRuleInst
impl UnwindSafe for ChosenHttpRouteRuleInst
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