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