Enum aws_iot_device_sdk::jobs::Topic
source · [−]pub enum Topic {
JobsChanged,
NextJobChanged,
GetPendingSuccess,
GetPendingFailed,
StartNextSuccess,
StartNextFailed,
DescribeSuccess,
DescribeFailed,
UpdateSuccess,
UpdateFailed,
}
Expand description
Topic values for subscription requests.
Variants
JobsChanged
NextJobChanged
GetPendingSuccess
GetPendingFailed
StartNextSuccess
StartNextFailed
DescribeSuccess
DescribeFailed
UpdateSuccess
UpdateFailed
Trait Implementations
sourceimpl PartialEq<Topic> for Topic
impl PartialEq<Topic> for Topic
sourceimpl PartialOrd<Topic> for Topic
impl PartialOrd<Topic> for Topic
sourcefn partial_cmp(&self, other: &Topic) -> Option<Ordering>
fn partial_cmp(&self, other: &Topic) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl StructuralPartialEq for Topic
Auto Trait Implementations
impl RefUnwindSafe for Topic
impl Send for Topic
impl Sync for Topic
impl Unpin for Topic
impl UnwindSafe for Topic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more