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