Enum actix_web::http::ConnectionType [−][src]
Represents various types of connection
Variants
Close
Close connection after response
KeepAlive
Keep connection alive after response
Upgrade
Connection is upgraded to different type
Trait Implementations
impl Copy for ConnectionType
[src]
impl Copy for ConnectionType
impl Clone for ConnectionType
[src]
[+]
impl Clone for ConnectionType
impl PartialEq for ConnectionType
[src]
[+]
impl PartialEq for ConnectionType
impl Debug for ConnectionType
[src]
[+]
impl Debug for ConnectionType
Auto Trait Implementations
impl Send for ConnectionType
impl Send for ConnectionType
impl Sync for ConnectionType
impl Sync for ConnectionType