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