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