Enum eureka_client::StatusType[][src]

pub enum StatusType {
    Up,
    Down,
    Starting,
    OutOfService,
    Unknown,
}

Variants

Trait Implementations

impl Debug for StatusType
[src]

Formats the value using the given formatter. Read more

impl Clone for StatusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StatusType
[src]

impl PartialEq for StatusType
[src]

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

This method tests for !=.

impl Display for StatusType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StatusType

impl Sync for StatusType