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

pub enum RetryPolicyWrapper {
    ExponentialBackoff(ExponentialBackoffPolicy),
}

Variants

Trait Implementations

impl Debug for RetryPolicyWrapper
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RetryPolicyWrapper
[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 RetryPolicyWrapper
[src]

impl Into<RetryPolicyWrapper> for ExponentialBackoffPolicy
[src]

Performs the conversion.

impl RetryPolicy for RetryPolicyWrapper
[src]

Auto Trait Implementations