diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html b/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html
index 4c5cc06d..e884fc27 100644
--- a/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html
+++ b/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html
@@ -21,7 +21,7 @@
Returns the “default value” for a type. Read more Deserialize this value from the given Serde deserializer. Read more Converts to this type from the input type. Converts to this type from the input type. This method tests for This method tests for database specific pool-typeimpl Debug for Notification
impl Default for Notification
fn default() -> Notification
impl<'de> Deserialize<'de> for Notification
fn deserialize<__D>(
__deserializer: __D
) -> Result<Notification, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, impl From<InnerNotification> for Notification
fn from(n: InnerNotification) -> Self
impl From<InnerNotification> for Notification
fn from(n: InnerNotification) -> Self
impl PartialEq<Notification> for Notification
fn eq(&self, other: &Notification) -> bool
self and other values to be equal, and is used
by ==. Read morefn ne(&self, other: &Notification) -> bool
!=.Associated Types
type Pool: MCDatabase
Required methods
Implementors
impl Connect for ConnectionOptions