Enum haproxy_api::ServiceMode
source · [−]pub enum ServiceMode {
Tcp,
Http,
}
Variants
Tcp
Http
Trait Implementations
sourceimpl Clone for ServiceMode
impl Clone for ServiceMode
sourcefn clone(&self) -> ServiceMode
fn clone(&self) -> ServiceMode
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
sourceimpl Debug for ServiceMode
impl Debug for ServiceMode
impl Copy for ServiceMode
Auto Trait Implementations
impl RefUnwindSafe for ServiceMode
impl Send for ServiceMode
impl Sync for ServiceMode
impl Unpin for ServiceMode
impl UnwindSafe for ServiceMode
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