Struct tokio_postgres::Notification [−][src]
pub struct Notification { /* fields omitted */ }An asynchronous notification.
Implementations
impl Notification[src]
impl Notification[src]Trait Implementations
impl Clone for Notification[src]
impl Clone for Notification[src]fn clone(&self) -> Notification[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for Notification
impl RefUnwindSafe for Notificationimpl Send for Notification
impl Send for Notificationimpl Sync for Notification
impl Sync for Notificationimpl Unpin for Notification
impl Unpin for Notificationimpl UnwindSafe for Notification
impl UnwindSafe for Notification