Struct sozu_lib::network::retry::ExponentialBackoffPolicy[][src]

pub struct ExponentialBackoffPolicy { /* fields omitted */ }

Methods

impl ExponentialBackoffPolicy
[src]

Trait Implementations

impl Debug for ExponentialBackoffPolicy
[src]

Formats the value using the given formatter. Read more

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

impl Clone for ExponentialBackoffPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl RetryPolicy for ExponentialBackoffPolicy
[src]

impl Into<RetryPolicyWrapper> for ExponentialBackoffPolicy
[src]

Performs the conversion.

Auto Trait Implementations