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