Struct postgres_shared::Notification [−][src]
An asynchronous notification.
Fields
process_id: i32
The process ID of the notifying backend process.
channel: String
The name of the channel that the notify has been raised on.
payload: String
The "payload" string passed from the notifying process.
Trait Implementations
impl Clone for Notification[src]
impl Clone for Notificationfn clone(&self) -> Notification[src]
fn clone(&self) -> NotificationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Notification[src]
impl Debug for NotificationAuto Trait Implementations
impl Send for Notification
impl Send for Notificationimpl Sync for Notification
impl Sync for Notification