Enum aws_iot_device_sdk::TopicType
source · [−]pub enum TopicType {
Other,
NamedShadow,
Shadow,
Jobs,
Defender,
Tunneling,
}
Variants
Other
NamedShadow
Shadow
Jobs
Defender
Tunneling
Trait Implementations
sourceimpl PartialEq<TopicType> for TopicType
impl PartialEq<TopicType> for TopicType
impl StructuralPartialEq for TopicType
Auto Trait Implementations
impl RefUnwindSafe for TopicType
impl Send for TopicType
impl Sync for TopicType
impl Unpin for TopicType
impl UnwindSafe for TopicType
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