Enum sozu_lib::network::retry::RetryAction [−][src]
pub enum RetryAction {
OKAY,
WAIT,
}Variants
OKAYWAIT
Trait Implementations
impl Debug for RetryAction[src]
impl Debug for RetryActionfn 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 RetryAction[src]
impl PartialEq for RetryActionfn eq(&self, other: &RetryAction) -> bool[src]
fn eq(&self, other: &RetryAction) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for RetryAction[src]
impl Eq for RetryActionAuto Trait Implementations
impl Send for RetryAction
impl Send for RetryActionimpl Sync for RetryAction
impl Sync for RetryAction