pub enum L7RequestDecision {
Continue,
Short(SynthResponse),
Close,
}Expand description
Mirrors the WIT l7-request-decision variant from vane:plugin/handler-l7-request@0.1.0.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L7RequestDecision
impl RefUnwindSafe for L7RequestDecision
impl Send for L7RequestDecision
impl Sync for L7RequestDecision
impl Unpin for L7RequestDecision
impl UnsafeUnpin for L7RequestDecision
impl UnwindSafe for L7RequestDecision
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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