[][src]Struct envoy_sdk::extension::filter::http::context::FilterContext

pub struct FilterContext<'a, F> where
    F: Filter
{ /* fields omitted */ }

Implementations

impl<'a, F> FilterContext<'a, F> where
    F: Filter
[src]

pub fn new(
    filter: F,
    filter_ops: &'a dyn Ops,
    http_client_ops: &'a dyn ResponseOps
) -> FilterContext<'a, F>
[src]

pub fn with_default_ops(filter: F) -> FilterContext<'a, F>[src]

Creates a new HTTP filter context bound to the actual Envoy ABI.

Trait Implementations

impl<'a, F> Context for FilterContext<'a, F> where
    F: Filter
[src]

impl<'a, F> HttpContext for FilterContext<'a, F> where
    F: Filter
[src]

Auto Trait Implementations

impl<'a, F> !RefUnwindSafe for FilterContext<'a, F>

impl<'a, F> !Send for FilterContext<'a, F>

impl<'a, F> !Sync for FilterContext<'a, F>

impl<'a, F> Unpin for FilterContext<'a, F> where
    F: Unpin

impl<'a, F> !UnwindSafe for FilterContext<'a, F>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.