Struct zenoh_protocol::zenoh::ack::Ack
source · pub struct Ack {
pub timestamp: Option<Timestamp>,
pub ext_sinfo: Option<SourceInfoType>,
pub ext_unknown: Vec<ZExtUnknown>,
}Fields§
§timestamp: Option<Timestamp>§ext_sinfo: Option<SourceInfoType>§ext_unknown: Vec<ZExtUnknown>Trait Implementations§
source§impl From<Ack> for ResponseBody
impl From<Ack> for ResponseBody
source§fn from(r: Ack) -> ResponseBody
fn from(r: Ack) -> ResponseBody
Converts to this type from the input type.
impl Eq for Ack
impl StructuralPartialEq for Ack
Auto Trait Implementations§
impl Freeze for Ack
impl !RefUnwindSafe for Ack
impl Send for Ack
impl Sync for Ack
impl Unpin for Ack
impl !UnwindSafe for Ack
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