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