pub enum L7ResponseDecision {
Continue,
Modify(ModifiedResponse),
Abort,
}Expand description
Mirrors the WIT l7-response-decision variant from vane:plugin/handler-l7-response@0.1.0.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L7ResponseDecision
impl RefUnwindSafe for L7ResponseDecision
impl Send for L7ResponseDecision
impl Sync for L7ResponseDecision
impl Unpin for L7ResponseDecision
impl UnsafeUnpin for L7ResponseDecision
impl UnwindSafe for L7ResponseDecision
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