Enum libp2p_request_response::ProtocolSupport [−][src]
pub enum ProtocolSupport { Inbound, Outbound, Full, }
The level of support for a particular protocol.
Variants
The protocol is only supported for inbound requests.
The protocol is only supported for outbound requests.
The protocol is supported for inbound and outbound requests.
Implementations
impl ProtocolSupport
[src]
impl ProtocolSupport
[src]Trait Implementations
impl Clone for ProtocolSupport
[src]
impl Clone for ProtocolSupport
[src]