[−][src]Struct haproxy_api::Proxy
Fields
name: Stringuuid: StringImplementations
impl<'lua> Proxy<'lua>[src]
pub fn pause(&self) -> Result<()>[src]
pub fn resume(&self) -> Result<()>[src]
pub fn stop(&self) -> Result<()>[src]
pub fn shut_bcksess(&self) -> Result<()>[src]
pub fn get_cap(&self) -> Result<ProxyCapability>[src]
pub fn get_mode(&self) -> Result<ProxyMode>[src]
pub fn servers(&self) -> Result<HashMap<String, Server>>[src]
Trait Implementations
Auto Trait Implementations
impl<'lua> !RefUnwindSafe for Proxy<'lua>
impl<'lua> !Send for Proxy<'lua>
impl<'lua> !Sync for Proxy<'lua>
impl<'lua> Unpin for Proxy<'lua>
impl<'lua> !UnwindSafe for Proxy<'lua>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<'lua, T> FromLua<'lua> for T where
T: 'static + UserData + Clone, [src]
T: 'static + UserData + Clone,
impl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>, [src]
T: FromLua<'lua>,
fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,