pub enum L4Error {
VipNotFound(String),
VipAlreadyExists(String),
NoHealthyBackend,
BackendNotFound(String),
}Expand description
L4 load balancer error.
Variants§
VipNotFound(String)
VIP not found.
VipAlreadyExists(String)
VIP already exists.
NoHealthyBackend
No healthy backends.
BackendNotFound(String)
Backend not found.
Trait Implementations§
impl Eq for L4Error
impl StructuralPartialEq for L4Error
Auto Trait Implementations§
impl Freeze for L4Error
impl RefUnwindSafe for L4Error
impl Send for L4Error
impl Sync for L4Error
impl Unpin for L4Error
impl UnwindSafe for L4Error
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)