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