Enum sozu_lib::network::retry::RetryAction[][src]

pub enum RetryAction {
    OKAY,
    WAIT,
}

Variants

Trait Implementations

impl Debug for RetryAction
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RetryAction
[src]

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

This method tests for !=.

impl Eq for RetryAction
[src]

Auto Trait Implementations

impl Send for RetryAction

impl Sync for RetryAction