pub enum L4BytesDecision {
Continue,
Tunnel,
Close,
}Expand description
Mirrors the WIT l4-bytes-decision variant from vane:plugin/handler-l4-bytes@0.1.0.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L4BytesDecision
impl RefUnwindSafe for L4BytesDecision
impl Send for L4BytesDecision
impl Sync for L4BytesDecision
impl Unpin for L4BytesDecision
impl UnsafeUnpin for L4BytesDecision
impl UnwindSafe for L4BytesDecision
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