Struct aws_sdk_comprehend::model::ChildBlock
source · #[non_exhaustive]pub struct ChildBlock { /* private fields */ }Expand description
Nested block contained within a block.
Implementations§
source§impl ChildBlock
impl ChildBlock
sourcepub fn child_block_id(&self) -> Option<&str>
pub fn child_block_id(&self) -> Option<&str>
Unique identifier for the child block.
sourcepub fn begin_offset(&self) -> Option<i32>
pub fn begin_offset(&self) -> Option<i32>
Offset of the start of the child block within its parent block.
sourcepub fn end_offset(&self) -> Option<i32>
pub fn end_offset(&self) -> Option<i32>
Offset of the end of the child block within its parent block.
source§impl ChildBlock
impl ChildBlock
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChildBlock.
Trait Implementations§
source§impl Clone for ChildBlock
impl Clone for ChildBlock
source§fn clone(&self) -> ChildBlock
fn clone(&self) -> ChildBlock
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 ChildBlock
impl Debug for ChildBlock
source§impl PartialEq<ChildBlock> for ChildBlock
impl PartialEq<ChildBlock> for ChildBlock
source§fn eq(&self, other: &ChildBlock) -> bool
fn eq(&self, other: &ChildBlock) -> bool
This method tests for
self and other values to be equal, and is used
by ==.