Struct zenoh_protocol::proto::ForgetPublisher
source · pub struct ForgetPublisher {
pub key: WireExpr<'static>,
}Expand description
7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+
|K|X|X| F_PUB |
+---------------+
~ KeyExpr ~ if K==1 then key_expr has suffix
+---------------+
Fields§
§key: WireExpr<'static>Trait Implementations§
source§impl Clone for ForgetPublisher
impl Clone for ForgetPublisher
source§fn clone(&self) -> ForgetPublisher
fn clone(&self) -> ForgetPublisher
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 ForgetPublisher
impl Debug for ForgetPublisher
source§impl PartialEq<ForgetPublisher> for ForgetPublisher
impl PartialEq<ForgetPublisher> for ForgetPublisher
source§fn eq(&self, other: &ForgetPublisher) -> bool
fn eq(&self, other: &ForgetPublisher) -> bool
This method tests for
self and other values to be equal, and is used
by ==.