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