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