Struct haproxy_api::Headers
source · [−]pub struct Headers<'lua>(_);
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
impl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
sourcefn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
Performs the conversion. Read more