Enum fastly_sys::fastly_backend::BackendHealth
source · #[repr(u32)]
pub enum BackendHealth {
Unknown,
Healthy,
Unhealthy,
}Variants§
Trait Implementations§
source§impl Clone for BackendHealth
impl Clone for BackendHealth
source§fn clone(&self) -> BackendHealth
fn clone(&self) -> BackendHealth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BackendHealth
impl Debug for BackendHealth
source§impl PartialEq<BackendHealth> for BackendHealth
impl PartialEq<BackendHealth> for BackendHealth
source§fn eq(&self, other: &BackendHealth) -> bool
fn eq(&self, other: &BackendHealth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.