Enum async_fcgi::stream::FCGIAddr [−][src]
pub enum FCGIAddr {
Inet(SocketAddr),
Unix(PathBuf),
}
Variants
Inet(SocketAddr)
Tuple Fields of Inet
0: SocketAddr
Unix(PathBuf)
Tuple Fields of Unix
0: PathBuf
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Err = AddrParseError
type Err = AddrParseError
The associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for FCGIAddr
impl UnwindSafe for FCGIAddr
Blanket Implementations
Mutably borrows from an owned value. Read more