Struct sozu_lib::network::CloseResult [−][src]
Fields
tokens: Vec<Token>
backends: Vec<(String, SocketAddr)>
Trait Implementations
impl Debug for CloseResult[src]
impl Debug for CloseResultfn 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 CloseResult[src]
impl Clone for CloseResultfn clone(&self) -> CloseResult[src]
fn clone(&self) -> CloseResultReturns 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 Default for CloseResult[src]
impl Default for CloseResultfn default() -> CloseResult[src]
fn default() -> CloseResultReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CloseResult
impl Send for CloseResultimpl Sync for CloseResult
impl Sync for CloseResult