pub struct EventLoop<'a, 'b, S, O, const TIMER_HZ: u32, const L: usize>where
    O: Timer<TIMER_HZ>,
{ pub options: MqttOptions<'b>, /* private fields */ }

Fields

options: MqttOptions<'b>

Options of the current mqtt connection

Implementations

Yields notification from events. All the error raised while processing event is reported as an Ok value of Notification::Abort.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.