Struct aws_sdk_lambda::model::OnFailure
source · [−]#[non_exhaustive]pub struct OnFailure { /* private fields */ }Expand description
A destination for events that failed processing.
Implementations
Trait Implementations
impl StructuralPartialEq for OnFailure
Auto Trait Implementations
impl RefUnwindSafe for OnFailure
impl Send for OnFailure
impl Sync for OnFailure
impl Unpin for OnFailure
impl UnwindSafe for OnFailure
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