[−][src]Struct rbatis_core::postgres::PgNotification
An asynchronous notification from Postgres.
Implementations
impl<'_> PgNotification<'_>[src]
pub fn process_id(&self) -> u32[src]
The process ID of the notifying backend process.
pub fn channel(&self) -> &str[src]
The channel that the notify has been raised on. This can be thought of as the message topic.
pub fn payload(&self) -> &str[src]
The payload of the notification. An empty payload is received as an empty string.
Trait Implementations
Auto Trait Implementations
impl<'c> RefUnwindSafe for PgNotification<'c>
impl<'c> Send for PgNotification<'c>
impl<'c> Sync for PgNotification<'c>
impl<'c> Unpin for PgNotification<'c>
impl<'c> UnwindSafe for PgNotification<'c>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,