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