pub struct EventBridgeDeliveryImpl { /* private fields */ }Expand description
Implements EventBridgeDelivery so other services (SES) can put events on an EventBridge bus with full rule matching and target delivery.
Implementations§
Source§impl EventBridgeDeliveryImpl
impl EventBridgeDeliveryImpl
pub fn new(state: SharedEventBridgeState, delivery: Arc<DeliveryBus>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventBridgeDeliveryImpl
impl !RefUnwindSafe for EventBridgeDeliveryImpl
impl Send for EventBridgeDeliveryImpl
impl Sync for EventBridgeDeliveryImpl
impl Unpin for EventBridgeDeliveryImpl
impl UnsafeUnpin for EventBridgeDeliveryImpl
impl !UnwindSafe for EventBridgeDeliveryImpl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more