Enum rumqtt::QoS [] [src]

#[repr(u8)]
pub enum QoS { Level0, Level1, Level2, }

Variants

Trait Implementations

impl PartialOrd<QualityOfService> for QualityOfService
[src]

impl Copy for QualityOfService
[src]

impl Ord for QualityOfService
[src]

impl Eq for QualityOfService
[src]

impl PartialEq<QualityOfService> for QualityOfService
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for QualityOfService
[src]

Formats the value using the given formatter.

impl Clone for QualityOfService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more