Struct cargo_test_support::registry::HttpServerHandle
source · pub struct HttpServerHandle {
addr: SocketAddr,
handle: Option<JoinHandle<()>>,
}
Fields§
§addr: SocketAddr
§handle: Option<JoinHandle<()>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpServerHandle
impl Send for HttpServerHandle
impl Sync for HttpServerHandle
impl Unpin for HttpServerHandle
impl !UnwindSafe for HttpServerHandle
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes