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