#[non_exhaustive]pub struct DeleteEntityRecognizerInput { /* private fields */ }Implementations
sourceimpl DeleteEntityRecognizerInput
impl DeleteEntityRecognizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEntityRecognizer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEntityRecognizerInput.
sourceimpl DeleteEntityRecognizerInput
impl DeleteEntityRecognizerInput
sourcepub fn entity_recognizer_arn(&self) -> Option<&str>
pub fn entity_recognizer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Trait Implementations
sourceimpl Clone for DeleteEntityRecognizerInput
impl Clone for DeleteEntityRecognizerInput
sourcefn clone(&self) -> DeleteEntityRecognizerInput
fn clone(&self) -> DeleteEntityRecognizerInput
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 DeleteEntityRecognizerInput
impl Debug for DeleteEntityRecognizerInput
sourceimpl PartialEq<DeleteEntityRecognizerInput> for DeleteEntityRecognizerInput
impl PartialEq<DeleteEntityRecognizerInput> for DeleteEntityRecognizerInput
sourcefn eq(&self, other: &DeleteEntityRecognizerInput) -> bool
fn eq(&self, other: &DeleteEntityRecognizerInput) -> bool
impl StructuralPartialEq for DeleteEntityRecognizerInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteEntityRecognizerInput
impl Send for DeleteEntityRecognizerInput
impl Sync for DeleteEntityRecognizerInput
impl Unpin for DeleteEntityRecognizerInput
impl UnwindSafe for DeleteEntityRecognizerInput
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