Struct aws_sdk_qconnect::types::builders::HighlightBuilder
source · #[non_exhaustive]pub struct HighlightBuilder { /* private fields */ }Expand description
A builder for Highlight.
Implementations§
source§impl HighlightBuilder
impl HighlightBuilder
sourcepub fn begin_offset_inclusive(self, input: i32) -> Self
pub fn begin_offset_inclusive(self, input: i32) -> Self
The offset for the start of the highlight.
sourcepub fn set_begin_offset_inclusive(self, input: Option<i32>) -> Self
pub fn set_begin_offset_inclusive(self, input: Option<i32>) -> Self
The offset for the start of the highlight.
sourcepub fn get_begin_offset_inclusive(&self) -> &Option<i32>
pub fn get_begin_offset_inclusive(&self) -> &Option<i32>
The offset for the start of the highlight.
sourcepub fn end_offset_exclusive(self, input: i32) -> Self
pub fn end_offset_exclusive(self, input: i32) -> Self
The offset for the end of the highlight.
sourcepub fn set_end_offset_exclusive(self, input: Option<i32>) -> Self
pub fn set_end_offset_exclusive(self, input: Option<i32>) -> Self
The offset for the end of the highlight.
sourcepub fn get_end_offset_exclusive(&self) -> &Option<i32>
pub fn get_end_offset_exclusive(&self) -> &Option<i32>
The offset for the end of the highlight.
Trait Implementations§
source§impl Clone for HighlightBuilder
impl Clone for HighlightBuilder
source§fn clone(&self) -> HighlightBuilder
fn clone(&self) -> HighlightBuilder
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 HighlightBuilder
impl Debug for HighlightBuilder
source§impl Default for HighlightBuilder
impl Default for HighlightBuilder
source§fn default() -> HighlightBuilder
fn default() -> HighlightBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for HighlightBuilder
impl PartialEq for HighlightBuilder
source§fn eq(&self, other: &HighlightBuilder) -> bool
fn eq(&self, other: &HighlightBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HighlightBuilder
Auto Trait Implementations§
impl RefUnwindSafe for HighlightBuilder
impl Send for HighlightBuilder
impl Sync for HighlightBuilder
impl Unpin for HighlightBuilder
impl UnwindSafe for HighlightBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.