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