pub struct Fetches<'lua>(/* private fields */);
Expand description
The “Fetches” class allows to call a lot of internal HAProxy sample fetches.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'lua> Freeze for Fetches<'lua>
impl<'lua> !RefUnwindSafe for Fetches<'lua>
impl<'lua> !Send for Fetches<'lua>
impl<'lua> !Sync for Fetches<'lua>
impl<'lua> Unpin for Fetches<'lua>
impl<'lua> !UnwindSafe for Fetches<'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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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