Struct sqlx_models_orm::PgNotification
[−]pub struct PgNotification(_);
Expand description
An asynchronous notification from Postgres.
Implementations
impl PgNotification
impl PgNotification
pub fn process_id(&self) -> u32
pub fn process_id(&self) -> u32
The process ID of the notifying backend process.
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