Enum fastly_sys::fastly_backend::BackendHealth
source · [−]#[repr(u32)]
pub enum BackendHealth {
Unknown,
Healthy,
Unhealthy,
}Variants
Unknown
Healthy
Unhealthy
Trait Implementations
sourceimpl Clone for BackendHealth
impl Clone for BackendHealth
sourcefn clone(&self) -> BackendHealth
fn clone(&self) -> BackendHealth
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 BackendHealth
impl Debug for BackendHealth
sourceimpl PartialEq<BackendHealth> for BackendHealth
impl PartialEq<BackendHealth> for BackendHealth
sourcefn 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 ==. Read more
impl Copy for BackendHealth
impl Eq for BackendHealth
impl StructuralEq for BackendHealth
impl StructuralPartialEq for BackendHealth
Auto Trait Implementations
impl RefUnwindSafe for BackendHealth
impl Send for BackendHealth
impl Sync for BackendHealth
impl Unpin for BackendHealth
impl UnwindSafe for BackendHealth
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