pub struct EventServiceTestEventSubscriptionAction {}Expand description
This action generates a test event using the pre-defined test message.
This action shall send an event containing the TestMessage message from the Resource Event
Message Registry to all appropriate event destinations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventServiceTestEventSubscriptionAction
impl RefUnwindSafe for EventServiceTestEventSubscriptionAction
impl Send for EventServiceTestEventSubscriptionAction
impl Sync for EventServiceTestEventSubscriptionAction
impl Unpin for EventServiceTestEventSubscriptionAction
impl UnsafeUnpin for EventServiceTestEventSubscriptionAction
impl UnwindSafe for EventServiceTestEventSubscriptionAction
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