Struct aws_sdk_glue::output::DeleteClassifierOutput
source · #[non_exhaustive]pub struct DeleteClassifierOutput {}Implementations§
source§impl DeleteClassifierOutput
impl DeleteClassifierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClassifierOutput.
Trait Implementations§
source§impl Clone for DeleteClassifierOutput
impl Clone for DeleteClassifierOutput
source§fn clone(&self) -> DeleteClassifierOutput
fn clone(&self) -> DeleteClassifierOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteClassifierOutput
impl Debug for DeleteClassifierOutput
source§impl PartialEq<DeleteClassifierOutput> for DeleteClassifierOutput
impl PartialEq<DeleteClassifierOutput> for DeleteClassifierOutput
source§fn eq(&self, other: &DeleteClassifierOutput) -> bool
fn eq(&self, other: &DeleteClassifierOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.