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