Enum aws_iot_device_sdk::shadow::Topic
source · [−]pub enum Topic {
Get,
GetAccepted,
GetRejected,
Delete,
DeleteAccepted,
DeleteRejected,
Update,
UpdateAccepted,
UpdateRejected,
UpdateDocuments,
UpdateDelta,
}
Expand description
Each of these values describes the type of a shadow message. https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html
Variants
Get
GetAccepted
GetRejected
Delete
DeleteAccepted
DeleteRejected
Update
UpdateAccepted
UpdateRejected
UpdateDocuments
UpdateDelta
Trait Implementations
sourceimpl PartialEq<Topic> for Topic
impl PartialEq<Topic> for Topic
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