Struct lib::events::NatsEventBus
source · [−]pub struct NatsEventBus { /* private fields */ }
Implementations
sourceimpl NatsEventBus
impl NatsEventBus
pub fn new(consumer_group: String, client: Client) -> NatsEventBus
Trait Implementations
sourceimpl Publisher for NatsEventBus
impl Publisher for NatsEventBus
Auto Trait Implementations
impl !RefUnwindSafe for NatsEventBus
impl Send for NatsEventBus
impl Sync for NatsEventBus
impl Unpin for NatsEventBus
impl !UnwindSafe for NatsEventBus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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