pub struct SubscriptionEventNotifierBatch<'a, 'b> { /* private fields */ }Expand description
Notifier for a specific node emitting events.
Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> !Send for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> !Sync for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> Unpin for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> UnsafeUnpin for SubscriptionEventNotifierBatch<'a, 'b>
impl<'a, 'b> !UnwindSafe for SubscriptionEventNotifierBatch<'a, 'b>
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