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