Struct postgres::notification::Notification
[−]
[src]
pub struct Notification {
pub pid: u32,
pub channel: String,
pub payload: String,
}An asynchronous notification.
Fields
pid | The process ID of the notifying backend process. |
channel | The name of the channel that the notify has been raised on. |
payload | The "payload" string passed from the notifying process. |