pub struct Outgoing {
pub qos: QoS,
pub payload: Payload,
}Expand description
Application-level outgoing message.
Fields§
§qos: QoS§payload: PayloadTrait Implementations§
Auto Trait Implementations§
impl !Freeze for Outgoing
impl RefUnwindSafe for Outgoing
impl Send for Outgoing
impl Sync for Outgoing
impl Unpin for Outgoing
impl UnwindSafe for Outgoing
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