Enum aws_iot_device_sdk_rust::QoS [−]
#[repr(u8)]
pub enum QoS {
AtMostOnce,
AtLeastOnce,
ExactlyOnce,
}
Expand description
Quality of service
Variants
AtMostOnce
AtLeastOnce
ExactlyOnce
Trait Implementations
impl PartialOrd<QoS> for QoS
impl PartialOrd<QoS> for QoS
pub fn partial_cmp(&self, other: &QoS) -> Option<Ordering>
pub fn partial_cmp(&self, other: &QoS) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
impl StructuralEq for QoS
impl StructuralPartialEq for QoS
Auto Trait Implementations
impl RefUnwindSafe for QoS
impl UnwindSafe for QoS
Blanket Implementations
Mutably borrows from an owned value. Read more