Struct zenoh_protocol::proto::ReplyContext
source · pub struct ReplyContext {
pub qid: ZInt,
pub replier: Option<ReplierInfo>,
}Fields§
§qid: ZInt§replier: Option<ReplierInfo>Implementations§
source§impl ReplyContext
impl ReplyContext
pub fn new(qid: ZInt, replier: Option<ReplierInfo>) -> ReplyContext
Trait Implementations§
source§impl Clone for ReplyContext
impl Clone for ReplyContext
source§fn clone(&self) -> ReplyContext
fn clone(&self) -> ReplyContext
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 ReplyContext
impl Debug for ReplyContext
source§impl PartialEq<ReplyContext> for ReplyContext
impl PartialEq<ReplyContext> for ReplyContext
source§fn eq(&self, other: &ReplyContext) -> bool
fn eq(&self, other: &ReplyContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.