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