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