Struct zenoh_protocol::zenoh::reply::Reply
source · pub struct Reply {
pub timestamp: Option<Timestamp>,
pub encoding: Encoding,
pub ext_sinfo: Option<SourceInfoType>,
pub ext_consolidation: ConsolidationType,
pub ext_attachment: Option<AttachmentType>,
pub ext_unknown: Vec<ZExtUnknown>,
pub payload: ZBuf,
}Fields§
§timestamp: Option<Timestamp>§encoding: Encoding§ext_sinfo: Option<SourceInfoType>§ext_consolidation: ConsolidationType§ext_attachment: Option<AttachmentType>§ext_unknown: Vec<ZExtUnknown>§payload: ZBufTrait Implementations§
source§impl From<Reply> for ResponseBody
impl From<Reply> for ResponseBody
source§fn from(r: Reply) -> ResponseBody
fn from(r: Reply) -> ResponseBody
Converts to this type from the input type.
source§impl PartialEq for Reply
impl PartialEq for Reply
impl Eq for Reply
impl StructuralPartialEq for Reply
Auto Trait Implementations§
impl Freeze for Reply
impl !RefUnwindSafe for Reply
impl Send for Reply
impl Sync for Reply
impl Unpin for Reply
impl !UnwindSafe for Reply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more