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