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