Struct zenoh_protocol::proto::Subscriber
source · Expand description
7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+
|K|S|R| SUB | R for Reliable
+---------------+
~ KeyExpr ~ if K==1 then key_expr has suffix
+---------------+
|P| SubMode | if S==1. Otherwise: SubMode=Push
+---------------+
~ Period ~ if P==1. Otherwise: None
+---------------+
Fields§
§key: WireExpr<'static>§info: SubInfoTrait Implementations§
source§impl Clone for Subscriber
impl Clone for Subscriber
source§fn clone(&self) -> Subscriber
fn clone(&self) -> Subscriber
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 Subscriber
impl Debug for Subscriber
source§impl PartialEq<Subscriber> for Subscriber
impl PartialEq<Subscriber> for Subscriber
source§fn eq(&self, other: &Subscriber) -> bool
fn eq(&self, other: &Subscriber) -> bool
This method tests for
self and other values to be equal, and is used
by ==.