Enum zenoh_protocol::proto::TransportBody
source · pub enum TransportBody {
}Variants§
Scout(Scout)
Hello(Hello)
InitSyn(InitSyn)
InitAck(InitAck)
OpenSyn(OpenSyn)
OpenAck(OpenAck)
Join(Join)
Close(Close)
Sync(Sync)
AckNack(AckNack)
KeepAlive(KeepAlive)
Ping(Ping)
Pong(Pong)
Frame(Frame)
Trait Implementations§
source§impl Clone for TransportBody
impl Clone for TransportBody
source§fn clone(&self) -> TransportBody
fn clone(&self) -> TransportBody
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 moresource§impl Debug for TransportBody
impl Debug for TransportBody
source§impl PartialEq<TransportBody> for TransportBody
impl PartialEq<TransportBody> for TransportBody
source§fn eq(&self, other: &TransportBody) -> bool
fn eq(&self, other: &TransportBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.