Struct sqlx_core::postgres::PgNotification
source · [−]pub struct PgNotification(_);
Expand description
An asynchronous notification from Postgres.
Implementations
sourceimpl PgNotification
impl PgNotification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgNotification
impl Send for PgNotification
impl Sync for PgNotification
impl Unpin for PgNotification
impl UnwindSafe for PgNotification
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