Enum micro_kit::healthcheck::HealthCheckStatus [] [src]

pub enum HealthCheckStatus {
    Healthy,
    Unhealthy,
}

Variants

Trait Implementations

impl Debug for HealthCheckStatus
[src]

Formats the value using the given formatter.

impl Clone for HealthCheckStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HealthCheckStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Into<Status> for HealthCheckStatus
[src]

Performs the conversion.

impl Serialize for HealthCheckStatus
[src]

Serialize this value into the given Serde serializer. Read more

impl BitAnd for HealthCheckStatus
[src]

The resulting type after applying the & operator

The method for the & operator