Enum libp2p_request_response::ProtocolSupport [−][src]
pub enum ProtocolSupport {
Inbound,
Outbound,
Full,
}
Expand description
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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProtocolSupport
impl Send for ProtocolSupport
impl Sync for ProtocolSupport
impl Unpin for ProtocolSupport
impl UnwindSafe for ProtocolSupport
Blanket Implementations
Mutably borrows from an owned value. Read more