pub struct PGNotify {
pub channel: String,
pub payload: String,
}
Expand description
Message received when a NOTIFY [channel] [payload]
is issued on PostgreSQL.
Fields§
§channel: String
§payload: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PGNotify
impl RefUnwindSafe for PGNotify
impl Send for PGNotify
impl Sync for PGNotify
impl Unpin for PGNotify
impl UnwindSafe for PGNotify
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