Struct aws_sdk_comprehend::model::RelationshipsListItem
source · #[non_exhaustive]pub struct RelationshipsListItem { /* private fields */ }Expand description
List of child blocks for the current block.
Implementations§
source§impl RelationshipsListItem
impl RelationshipsListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RelationshipsListItem.
Trait Implementations§
source§impl Clone for RelationshipsListItem
impl Clone for RelationshipsListItem
source§fn clone(&self) -> RelationshipsListItem
fn clone(&self) -> RelationshipsListItem
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 RelationshipsListItem
impl Debug for RelationshipsListItem
source§impl PartialEq<RelationshipsListItem> for RelationshipsListItem
impl PartialEq<RelationshipsListItem> for RelationshipsListItem
source§fn eq(&self, other: &RelationshipsListItem) -> bool
fn eq(&self, other: &RelationshipsListItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.