#[non_exhaustive]pub struct DescribeTopicsDetectionJobOutput { /* private fields */ }Implementations
sourceimpl DescribeTopicsDetectionJobOutput
impl DescribeTopicsDetectionJobOutput
sourcepub fn topics_detection_job_properties(
&self
) -> Option<&TopicsDetectionJobProperties>
pub fn topics_detection_job_properties(
&self
) -> Option<&TopicsDetectionJobProperties>
The list of properties for the requested job.
sourceimpl DescribeTopicsDetectionJobOutput
impl DescribeTopicsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTopicsDetectionJobOutput.
Trait Implementations
sourceimpl Clone for DescribeTopicsDetectionJobOutput
impl Clone for DescribeTopicsDetectionJobOutput
sourcefn clone(&self) -> DescribeTopicsDetectionJobOutput
fn clone(&self) -> DescribeTopicsDetectionJobOutput
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<DescribeTopicsDetectionJobOutput> for DescribeTopicsDetectionJobOutput
impl PartialEq<DescribeTopicsDetectionJobOutput> for DescribeTopicsDetectionJobOutput
sourcefn eq(&self, other: &DescribeTopicsDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeTopicsDetectionJobOutput) -> bool
impl StructuralPartialEq for DescribeTopicsDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTopicsDetectionJobOutput
impl Send for DescribeTopicsDetectionJobOutput
impl Sync for DescribeTopicsDetectionJobOutput
impl Unpin for DescribeTopicsDetectionJobOutput
impl UnwindSafe for DescribeTopicsDetectionJobOutput
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