#[non_exhaustive]pub struct DeleteFunctionEventInvokeConfigOutput {}Implementations
sourceimpl DeleteFunctionEventInvokeConfigOutput
impl DeleteFunctionEventInvokeConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFunctionEventInvokeConfigOutput.
Trait Implementations
sourceimpl Clone for DeleteFunctionEventInvokeConfigOutput
impl Clone for DeleteFunctionEventInvokeConfigOutput
sourcefn clone(&self) -> DeleteFunctionEventInvokeConfigOutput
fn clone(&self) -> DeleteFunctionEventInvokeConfigOutput
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 PartialEq<DeleteFunctionEventInvokeConfigOutput> for DeleteFunctionEventInvokeConfigOutput
impl PartialEq<DeleteFunctionEventInvokeConfigOutput> for DeleteFunctionEventInvokeConfigOutput
sourcefn eq(&self, other: &DeleteFunctionEventInvokeConfigOutput) -> bool
fn eq(&self, other: &DeleteFunctionEventInvokeConfigOutput) -> bool
impl StructuralPartialEq for DeleteFunctionEventInvokeConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteFunctionEventInvokeConfigOutput
impl Send for DeleteFunctionEventInvokeConfigOutput
impl Sync for DeleteFunctionEventInvokeConfigOutput
impl Unpin for DeleteFunctionEventInvokeConfigOutput
impl UnwindSafe for DeleteFunctionEventInvokeConfigOutput
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