Struct aws_sdk_iotthingsgraph::types::Thing
source · #[non_exhaustive]pub struct Thing { /* private fields */ }Expand description
An AWS IoT thing.
Implementations§
Trait Implementations§
source§impl PartialEq<Thing> for Thing
impl PartialEq<Thing> for Thing
impl StructuralPartialEq for Thing
Auto Trait Implementations§
impl RefUnwindSafe for Thing
impl Send for Thing
impl Sync for Thing
impl Unpin for Thing
impl UnwindSafe for Thing
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more