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