Struct aws_sdk_iotthingsgraph::types::EntityDescription
source · #[non_exhaustive]pub struct EntityDescription { /* private fields */ }Expand description
Describes the properties of an entity.
Implementations§
source§impl EntityDescription
impl EntityDescription
sourcepub fn type(&self) -> Option<&EntityType>
pub fn type(&self) -> Option<&EntityType>
The entity type.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time at which the entity was created.
sourcepub fn definition(&self) -> Option<&DefinitionDocument>
pub fn definition(&self) -> Option<&DefinitionDocument>
The definition document of the entity.
source§impl EntityDescription
impl EntityDescription
sourcepub fn builder() -> EntityDescriptionBuilder
pub fn builder() -> EntityDescriptionBuilder
Creates a new builder-style object to manufacture EntityDescription.
Trait Implementations§
source§impl Clone for EntityDescription
impl Clone for EntityDescription
source§fn clone(&self) -> EntityDescription
fn clone(&self) -> EntityDescription
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EntityDescription
impl Debug for EntityDescription
source§impl PartialEq<EntityDescription> for EntityDescription
impl PartialEq<EntityDescription> for EntityDescription
source§fn eq(&self, other: &EntityDescription) -> bool
fn eq(&self, other: &EntityDescription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EntityDescription
Auto Trait Implementations§
impl RefUnwindSafe for EntityDescription
impl Send for EntityDescription
impl Sync for EntityDescription
impl Unpin for EntityDescription
impl UnwindSafe for EntityDescription
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