#[non_exhaustive]pub struct StopPiiEntitiesDetectionJobOutput { /* private fields */ }Implementations
sourceimpl StopPiiEntitiesDetectionJobOutput
impl StopPiiEntitiesDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopPiiEntitiesDetectionJobOutput.
Trait Implementations
sourceimpl Clone for StopPiiEntitiesDetectionJobOutput
impl Clone for StopPiiEntitiesDetectionJobOutput
sourcefn clone(&self) -> StopPiiEntitiesDetectionJobOutput
fn clone(&self) -> StopPiiEntitiesDetectionJobOutput
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<StopPiiEntitiesDetectionJobOutput> for StopPiiEntitiesDetectionJobOutput
impl PartialEq<StopPiiEntitiesDetectionJobOutput> for StopPiiEntitiesDetectionJobOutput
sourcefn eq(&self, other: &StopPiiEntitiesDetectionJobOutput) -> bool
fn eq(&self, other: &StopPiiEntitiesDetectionJobOutput) -> bool
impl StructuralPartialEq for StopPiiEntitiesDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for StopPiiEntitiesDetectionJobOutput
impl Send for StopPiiEntitiesDetectionJobOutput
impl Sync for StopPiiEntitiesDetectionJobOutput
impl Unpin for StopPiiEntitiesDetectionJobOutput
impl UnwindSafe for StopPiiEntitiesDetectionJobOutput
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