Enum sozu_lib::network::socket::SocketResult [−][src]
pub enum SocketResult {
Continue,
Closed,
WouldBlock,
Error,
}Variants
ContinueClosedWouldBlockError
Trait Implementations
impl Debug for SocketResult[src]
impl Debug for SocketResultfn 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 SocketResult[src]
impl PartialEq for SocketResultfn eq(&self, other: &SocketResult) -> bool[src]
fn eq(&self, other: &SocketResult) -> 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 Copy for SocketResult[src]
impl Copy for SocketResultimpl Clone for SocketResult[src]
impl Clone for SocketResultfn clone(&self) -> SocketResult[src]
fn clone(&self) -> SocketResultReturns 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
Auto Trait Implementations
impl Send for SocketResult
impl Send for SocketResultimpl Sync for SocketResult
impl Sync for SocketResult