pub struct NoticeStream { /* private fields */ }Expand description
A handle for receiving globally routed notices on the async transport.
If the channel lags (broadcaster wraps around because a subscriber didn’t
keep up), the missed items are skipped with a debug log and next resumes
from the most recent notice.
Implementations§
Auto Trait Implementations§
impl Freeze for NoticeStream
impl RefUnwindSafe for NoticeStream
impl Send for NoticeStream
impl Sync for NoticeStream
impl Unpin for NoticeStream
impl UnsafeUnpin for NoticeStream
impl UnwindSafe for NoticeStream
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