pub enum TransportProtocol {
Http,
WebSocket,
}Expand description
The transport protocol used to send or receive a call or request.
Variants§
Trait Implementations§
source§impl Clone for TransportProtocol
impl Clone for TransportProtocol
source§fn clone(&self) -> TransportProtocol
fn clone(&self) -> TransportProtocol
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more