Struct sqlx_postgres::PgNotification
source · pub struct PgNotification(/* private fields */);
Expand description
An asynchronous notification from Postgres.
Implementations§
source§impl PgNotification
impl PgNotification
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PgNotification
impl RefUnwindSafe for PgNotification
impl Send for PgNotification
impl Sync for PgNotification
impl Unpin for PgNotification
impl UnwindSafe for PgNotification
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