#[non_exhaustive]pub struct CreateClassifierOutput { /* private fields */ }Implementations§
source§impl CreateClassifierOutput
impl CreateClassifierOutput
sourcepub fn builder() -> CreateClassifierOutputBuilder
pub fn builder() -> CreateClassifierOutputBuilder
Creates a new builder-style object to manufacture CreateClassifierOutput.
Trait Implementations§
source§impl Clone for CreateClassifierOutput
impl Clone for CreateClassifierOutput
source§fn clone(&self) -> CreateClassifierOutput
fn clone(&self) -> CreateClassifierOutput
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 CreateClassifierOutput
impl Debug for CreateClassifierOutput
source§impl PartialEq<CreateClassifierOutput> for CreateClassifierOutput
impl PartialEq<CreateClassifierOutput> for CreateClassifierOutput
source§fn eq(&self, other: &CreateClassifierOutput) -> bool
fn eq(&self, other: &CreateClassifierOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateClassifierOutput
impl RequestId for CreateClassifierOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.