Struct aws_sdk_glue::output::GetClassifierOutput
source · #[non_exhaustive]pub struct GetClassifierOutput { /* private fields */ }Implementations§
source§impl GetClassifierOutput
impl GetClassifierOutput
sourcepub fn classifier(&self) -> Option<&Classifier>
pub fn classifier(&self) -> Option<&Classifier>
The requested classifier.
source§impl GetClassifierOutput
impl GetClassifierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetClassifierOutput.
Trait Implementations§
source§impl Clone for GetClassifierOutput
impl Clone for GetClassifierOutput
source§fn clone(&self) -> GetClassifierOutput
fn clone(&self) -> GetClassifierOutput
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 GetClassifierOutput
impl Debug for GetClassifierOutput
source§impl PartialEq<GetClassifierOutput> for GetClassifierOutput
impl PartialEq<GetClassifierOutput> for GetClassifierOutput
source§fn eq(&self, other: &GetClassifierOutput) -> bool
fn eq(&self, other: &GetClassifierOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.