Struct haproxy_api::Converters
source · [−]pub struct Converters<'lua>(_);
Expand description
The “Converters” class allows to call a lot of internal HAProxy sample converters.
Implementations
sourceimpl<'lua> Converters<'lua>
impl<'lua> Converters<'lua>
Trait Implementations
sourceimpl<'lua> Clone for Converters<'lua>
impl<'lua> Clone for Converters<'lua>
sourcefn clone(&self) -> Converters<'lua>
fn clone(&self) -> Converters<'lua>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'lua> !RefUnwindSafe for Converters<'lua>
impl<'lua> !Send for Converters<'lua>
impl<'lua> !Sync for Converters<'lua>
impl<'lua> Unpin for Converters<'lua>
impl<'lua> !UnwindSafe for Converters<'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