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