Enum sozu_lib::network::retry::RetryPolicyWrapper [−][src]
pub enum RetryPolicyWrapper {
ExponentialBackoff(ExponentialBackoffPolicy),
}Variants
ExponentialBackoff(ExponentialBackoffPolicy)
Trait Implementations
impl Debug for RetryPolicyWrapper[src]
impl Debug for RetryPolicyWrapperfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RetryPolicyWrapper[src]
impl PartialEq for RetryPolicyWrapperfn eq(&self, other: &RetryPolicyWrapper) -> bool[src]
fn eq(&self, other: &RetryPolicyWrapper) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RetryPolicyWrapper) -> bool[src]
fn ne(&self, other: &RetryPolicyWrapper) -> boolThis method tests for !=.
impl Eq for RetryPolicyWrapper[src]
impl Eq for RetryPolicyWrapperimpl Into<RetryPolicyWrapper> for ExponentialBackoffPolicy[src]
impl Into<RetryPolicyWrapper> for ExponentialBackoffPolicyfn into(self) -> RetryPolicyWrapper[src]
fn into(self) -> RetryPolicyWrapperPerforms the conversion.
impl RetryPolicy for RetryPolicyWrapper[src]
impl RetryPolicy for RetryPolicyWrapperAuto Trait Implementations
impl Send for RetryPolicyWrapper
impl Send for RetryPolicyWrapperimpl Sync for RetryPolicyWrapper
impl Sync for RetryPolicyWrapper