#[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
sourceimpl 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.
sourceimpl BatchDetectSyntaxItemResult
impl BatchDetectSyntaxItemResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDetectSyntaxItemResult.
Trait Implementations
sourceimpl Clone for BatchDetectSyntaxItemResult
impl Clone for BatchDetectSyntaxItemResult
sourcefn clone(&self) -> BatchDetectSyntaxItemResult
fn clone(&self) -> BatchDetectSyntaxItemResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchDetectSyntaxItemResult
impl Debug for BatchDetectSyntaxItemResult
sourceimpl PartialEq<BatchDetectSyntaxItemResult> for BatchDetectSyntaxItemResult
impl PartialEq<BatchDetectSyntaxItemResult> for BatchDetectSyntaxItemResult
sourcefn eq(&self, other: &BatchDetectSyntaxItemResult) -> bool
fn eq(&self, other: &BatchDetectSyntaxItemResult) -> bool
impl StructuralPartialEq for BatchDetectSyntaxItemResult
Auto Trait Implementations
impl RefUnwindSafe for BatchDetectSyntaxItemResult
impl Send for BatchDetectSyntaxItemResult
impl Sync for BatchDetectSyntaxItemResult
impl Unpin for BatchDetectSyntaxItemResult
impl UnwindSafe for BatchDetectSyntaxItemResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more