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