pub enum MqttQoS {
AtMostOnce,
AtLeastOnce,
ExactlyOnce,
}
Variants§
Trait Implementations§
impl Copy for MqttQoS
impl Eq for MqttQoS
impl StructuralPartialEq for MqttQoS
Auto Trait Implementations§
impl Freeze for MqttQoS
impl RefUnwindSafe for MqttQoS
impl Send for MqttQoS
impl Sync for MqttQoS
impl Unpin for MqttQoS
impl UnwindSafe for MqttQoS
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