pub struct PamojaMessage { /* private fields */ }Expand description
An opaque handle to one message that arrived on a subscribed topic.
CoAP and the loopback broker both hand back a topic and a payload, so one handle serves them rather than a near-identical type per transport.
Auto Trait Implementations§
impl Freeze for PamojaMessage
impl RefUnwindSafe for PamojaMessage
impl Send for PamojaMessage
impl Sync for PamojaMessage
impl Unpin for PamojaMessage
impl UnsafeUnpin for PamojaMessage
impl UnwindSafe for PamojaMessage
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