Enum sozu_lib::network::SessionResult[][src]

pub enum SessionResult {
    CloseSession,
    CloseBackend(Option<Token>),
    ReconnectBackend(Option<Token>, Option<Token>),
    Continue,
    ConnectBackend,
}

Variants

Trait Implementations

impl Debug for SessionResult
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations