#[non_exhaustive]pub struct BatchDetectSyntaxItemResult { /* private fields */ }Expand description
The result of calling the operation. The operation returns one object that is successfully processed by the operation.
Implementations§
source§impl BatchDetectSyntaxItemResult
impl BatchDetectSyntaxItemResult
sourcepub fn syntax_tokens(&self) -> Option<&[SyntaxToken]>
pub fn syntax_tokens(&self) -> Option<&[SyntaxToken]>
The syntax tokens for the words in the document, one token for each word.
source§impl BatchDetectSyntaxItemResult
impl BatchDetectSyntaxItemResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDetectSyntaxItemResult.
Trait Implementations§
source§impl Clone for BatchDetectSyntaxItemResult
impl Clone for BatchDetectSyntaxItemResult
source§fn clone(&self) -> BatchDetectSyntaxItemResult
fn clone(&self) -> BatchDetectSyntaxItemResult
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 BatchDetectSyntaxItemResult
impl Debug for BatchDetectSyntaxItemResult
source§impl PartialEq<BatchDetectSyntaxItemResult> for BatchDetectSyntaxItemResult
impl PartialEq<BatchDetectSyntaxItemResult> for BatchDetectSyntaxItemResult
source§fn eq(&self, other: &BatchDetectSyntaxItemResult) -> bool
fn eq(&self, other: &BatchDetectSyntaxItemResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.