pub struct AckToken(/* private fields */);
Expand description
Token that can be used to acknowledge a received MQTT publish.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AckToken
impl !RefUnwindSafe for AckToken
impl Send for AckToken
impl Sync for AckToken
impl Unpin for AckToken
impl !UnwindSafe for AckToken
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