pub struct DescribeTopicsDetectionJobRequest {
pub job_id: String,
}Fields§
§job_id: StringThe identifier assigned by the user to the detection job.
Trait Implementations§
Source§impl Clone for DescribeTopicsDetectionJobRequest
impl Clone for DescribeTopicsDetectionJobRequest
Source§fn clone(&self) -> DescribeTopicsDetectionJobRequest
fn clone(&self) -> DescribeTopicsDetectionJobRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DescribeTopicsDetectionJobRequest
impl Default for DescribeTopicsDetectionJobRequest
Source§fn default() -> DescribeTopicsDetectionJobRequest
fn default() -> DescribeTopicsDetectionJobRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeTopicsDetectionJobRequest
impl PartialEq for DescribeTopicsDetectionJobRequest
Source§fn eq(&self, other: &DescribeTopicsDetectionJobRequest) -> bool
fn eq(&self, other: &DescribeTopicsDetectionJobRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeTopicsDetectionJobRequest
Auto Trait Implementations§
impl Freeze for DescribeTopicsDetectionJobRequest
impl RefUnwindSafe for DescribeTopicsDetectionJobRequest
impl Send for DescribeTopicsDetectionJobRequest
impl Sync for DescribeTopicsDetectionJobRequest
impl Unpin for DescribeTopicsDetectionJobRequest
impl UnwindSafe for DescribeTopicsDetectionJobRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more