pub struct Publish(_);
Implementations§
source§impl Publish
impl Publish
sourcepub fn packet_mut(&mut self) -> &mut Publish
pub fn packet_mut(&mut self) -> &mut Publish
Returns reference to publish packet
pub fn ack(self) -> ControlResult
pub fn into_inner(self) -> (ControlResult, Publish)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Publish
impl Send for Publish
impl Sync for Publish
impl Unpin for Publish
impl !UnwindSafe for Publish
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