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