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