pub struct Matched {
pub operation: Operation,
pub kind: OperationKind,
pub stream: StreamDetect,
pub framing: StreamFraming,
pub upgrade: bool,
pub params: Vec<(&'static str, String)>,
}Expand description
A successful ingress match.
Fields§
§operation: Operation§kind: OperationKind§stream: StreamDetect§framing: StreamFraming§upgrade: bool§params: Vec<(&'static str, String)>Captured Param/ParamAction values, in pattern order.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matched
impl RefUnwindSafe for Matched
impl Send for Matched
impl Sync for Matched
impl Unpin for Matched
impl UnsafeUnpin for Matched
impl UnwindSafe for Matched
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