Struct apalis_sql::postgres::PgListen
source · pub struct PgListen { /* private fields */ }Available on crate feature
postgres only.Expand description
A listener that listens to Postgres notifications
Implementations§
source§impl PgListen
impl PgListen
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PgListen
impl !RefUnwindSafe for PgListen
impl Send for PgListen
impl Sync for PgListen
impl Unpin for PgListen
impl !UnwindSafe for PgListen
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