Enum aws_iot_device_sdk::defender::Topic
source · [−]pub enum Topic {
JsonReportPublish,
JsonReportAccepted,
JsonReportRejected,
CborReportPublish,
CborReportAccepted,
CborReportRejected,
}
Expand description
A Defender topic has the following format:“
Where: - Prefix = $aws/things/ - Thing Name = Name of the thing. - Bridge = /defender/metrics/ - Report Format = json or cbor - Suffix = /accepted or /rejected or empty
Variants
JsonReportPublish
JsonReportAccepted
JsonReportRejected
CborReportPublish
CborReportAccepted
CborReportRejected
Trait Implementations
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more