Struct haproxy_api::StickTable

source ·
pub struct StickTable<'lua> { /* private fields */ }
Expand description

The “StickTable” class can be used to access the HAProxy stick tables.

Implementations

Returns stick table attributes as a Lua table.

Returns stick table entry for given key.

Returns all entries in stick table.

An optional filter can be used to extract entries with specific data values. Filter is a table with valid comparison operators as keys followed by data type name and value pairs. Check out the HAProxy docs for “show table” for more details.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Performs the conversion. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.