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§
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
source§impl<'lua, T> FromLuaMulti<'lua> for Twhere
    T: FromLua<'lua>,
 
impl<'lua, T> FromLuaMulti<'lua> for Twhere T: FromLua<'lua>,
source§fn 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