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