Enum sozu_lib::network::protocol::http::SessionStatus [−][src]
pub enum SessionStatus {
Normal,
DefaultAnswer(DefaultAnswerStatus, Rc<Vec<u8>>, usize),
}Variants
NormalDefaultAnswer(DefaultAnswerStatus, Rc<Vec<u8>>, usize)status, HTTP answer, index in HTTP answer
Trait Implementations
impl Debug for SessionStatus[src]
impl Debug for SessionStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SessionStatus[src]
impl Clone for SessionStatusfn clone(&self) -> SessionStatus[src]
fn clone(&self) -> SessionStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SessionStatus[src]
impl PartialEq for SessionStatusfn eq(&self, other: &SessionStatus) -> bool[src]
fn eq(&self, other: &SessionStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SessionStatus) -> bool[src]
fn ne(&self, other: &SessionStatus) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for SessionStatus
impl !Send for SessionStatusimpl !Sync for SessionStatus
impl !Sync for SessionStatus