Struct sqlx_core_oldapi::postgres::PgNotification
source · pub struct PgNotification(/* private fields */);
Expand description
An asynchronous notification from Postgres.
Implementations§
source§impl PgNotification
impl PgNotification
Trait Implementations§
source§impl Clone for PgNotification
impl Clone for PgNotification
source§fn clone(&self) -> PgNotification
fn clone(&self) -> PgNotification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PgNotification
impl Debug for PgNotification
source§impl PartialEq for PgNotification
impl PartialEq for PgNotification
source§fn eq(&self, other: &PgNotification) -> bool
fn eq(&self, other: &PgNotification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PgNotification
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§
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