Enum mqtt::qos::QualityOfService [−][src]
#[repr(u8)]pub enum QualityOfService { Level0, Level1, Level2, }
Variants
Level0Level1Level2
Trait Implementations
impl From<QualityOfService> for SubscribeReturnCode[src]
impl From<QualityOfService> for SubscribeReturnCodefn from(qos: QualityOfService) -> Self[src]
fn from(qos: QualityOfService) -> SelfPerforms the conversion.
impl Debug for QualityOfService[src]
impl Debug for QualityOfServicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for QualityOfService[src]
impl Eq for QualityOfServiceimpl PartialEq for QualityOfService[src]
impl PartialEq for QualityOfServicefn eq(&self, other: &QualityOfService) -> bool[src]
fn eq(&self, other: &QualityOfService) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Ord for QualityOfService[src]
impl Ord for QualityOfServicefn cmp(&self, other: &QualityOfService) -> Ordering[src]
fn cmp(&self, other: &QualityOfService) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for QualityOfService[src]
impl PartialOrd for QualityOfServicefn partial_cmp(&self, other: &QualityOfService) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &QualityOfService) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Copy for QualityOfService[src]
impl Copy for QualityOfServiceimpl Clone for QualityOfService[src]
impl Clone for QualityOfServicefn clone(&self) -> QualityOfService[src]
fn clone(&self) -> QualityOfServiceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl From<QoSWithPacketIdentifier> for QualityOfService[src]
impl From<QoSWithPacketIdentifier> for QualityOfServicefn from(qos: QoSWithPacketIdentifier) -> Self[src]
fn from(qos: QoSWithPacketIdentifier) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for QualityOfService
impl Send for QualityOfServiceimpl Sync for QualityOfService
impl Sync for QualityOfService