Struct aws_sdk_eventbridge::output::TestEventPatternOutput
source · [−]#[non_exhaustive]pub struct TestEventPatternOutput { /* private fields */ }
Implementations
sourceimpl TestEventPatternOutput
impl TestEventPatternOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestEventPatternOutput
.
Trait Implementations
sourceimpl Clone for TestEventPatternOutput
impl Clone for TestEventPatternOutput
sourcefn clone(&self) -> TestEventPatternOutput
fn clone(&self) -> TestEventPatternOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TestEventPatternOutput
impl Debug for TestEventPatternOutput
sourceimpl PartialEq<TestEventPatternOutput> for TestEventPatternOutput
impl PartialEq<TestEventPatternOutput> for TestEventPatternOutput
sourcefn eq(&self, other: &TestEventPatternOutput) -> bool
fn eq(&self, other: &TestEventPatternOutput) -> bool
impl StructuralPartialEq for TestEventPatternOutput
Auto Trait Implementations
impl RefUnwindSafe for TestEventPatternOutput
impl Send for TestEventPatternOutput
impl Sync for TestEventPatternOutput
impl Unpin for TestEventPatternOutput
impl UnwindSafe for TestEventPatternOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more