[][src]Struct haproxy_api::Headers

pub struct Headers<'lua>(_);

Implementations

impl<'lua> Headers<'lua>[src]

pub fn pairs(self) -> HeaderPairs<'lua>[src]

pub fn get(&self, name: &str) -> Result<Vec<String>>[src]

pub fn get_first(&self, name: &str) -> Result<Option<String>>[src]

Trait Implementations

impl<'lua> Clone for Headers<'lua>[src]

impl<'lua> FromLua<'lua> for Headers<'lua>[src]

Auto Trait Implementations

impl<'lua> !RefUnwindSafe for Headers<'lua>

impl<'lua> !Send for Headers<'lua>

impl<'lua> !Sync for Headers<'lua>

impl<'lua> Unpin for Headers<'lua>

impl<'lua> !UnwindSafe for Headers<'lua>

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<'lua, T> FromLua<'lua> for T where
    T: 'static + UserData + Clone
[src]

impl<'lua, T> FromLuaMulti<'lua> for T where
    T: FromLua<'lua>, 
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.