Enum db_sqlx_postgres::dev::dev::DBError
[−]pub enum DBError {
DBError(Box<dyn Error + Send + Sync + 'static, Global>),
UsernameTaken,
EmailTaken,
@@ -24,9 +24,9 @@
CaptchaNotFound
Captcha not found
TrafficPatternNotFound
Traffic pattern not found
NotificationNotFound
Notification not found
-Trait Implementations
impl Error for DBError
impl Error for DBError
fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
+Trait Implementations
sourceimpl Error for DBError
impl Error for DBError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
1.0.0 · sourcefn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
replaced by Error::source, which can support downcasting
diff --git a/db_sqlx_postgres/dev/dev/enum.Login.html b/db_sqlx_postgres/dev/dev/enum.Login.html index 30ef175f..1230ec23 100644 --- a/db_sqlx_postgres/dev/dev/enum.Login.html +++ b/db_sqlx_postgres/dev/dev/enum.Login.html @@ -4,21 +4,21 @@Enum db_sqlx_postgres::dev::dev::Login
[−]Expand description
types of credentials used as identifiers during login
Variants
Username(&'a str)
username as login
Email(&'a str)
email as login
-Trait Implementations
impl<'a> Clone for Login<'a>
impl<'a> Clone for Login<'a>
fn clone(&self) -> Login<'a>
fn clone(&self) -> Login<'a>
Returns a copy of the value. Read more
+Trait Implementations
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl<'a> Serialize for Login<'a>
impl<'a> Serialize for Login<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for Login<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Login<'a>
impl<'a> Send for Login<'a>
impl<'a> Sync for Login<'a>
impl<'a> Unpin for Login<'a>
impl<'a> UnwindSafe for Login<'a>
Blanket Implementations
sourceimpl<'a> Serialize for Login<'a>
impl<'a> Serialize for Login<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for Login<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Login<'a>
impl<'a> Send for Login<'a>
impl<'a> Sync for Login<'a>
impl<'a> Unpin for Login<'a>
impl<'a> UnwindSafe for Login<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/index.html b/db_sqlx_postgres/dev/dev/index.html index 8a985a47..21a2a0ae 100644 --- a/db_sqlx_postgres/dev/dev/index.html +++ b/db_sqlx_postgres/dev/dev/index.html @@ -4,7 +4,7 @@Module db_sqlx_postgres::dev::dev
[−]Expand description
Expand description
useful imports for supporting a new database
Modules
useful imports for users working with a supported database
Structs
diff --git a/db_sqlx_postgres/dev/dev/prelude/enum.DBError.html b/db_sqlx_postgres/dev/dev/prelude/enum.DBError.html index 0bbe145b..632e64e0 100644 --- a/db_sqlx_postgres/dev/dev/prelude/enum.DBError.html +++ b/db_sqlx_postgres/dev/dev/prelude/enum.DBError.html @@ -4,7 +4,7 @@pub enum DBError {
DBError(Box<dyn Error + Send + Sync + 'static, Global>),
UsernameTaken,
EmailTaken,
@@ -24,9 +24,9 @@
CaptchaNotFound
Captcha not found
TrafficPatternNotFound
Traffic pattern not found
NotificationNotFound
Notification not found
-Trait Implementations
impl Error for DBError
impl Error for DBError
fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
+Trait Implementations
sourceimpl Error for DBError
impl Error for DBError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
1.0.0 · sourcefn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
replaced by Error::source, which can support downcasting
diff --git a/db_sqlx_postgres/dev/dev/prelude/enum.Login.html b/db_sqlx_postgres/dev/dev/prelude/enum.Login.html index 16c294c2..00a1a57c 100644 --- a/db_sqlx_postgres/dev/dev/prelude/enum.Login.html +++ b/db_sqlx_postgres/dev/dev/prelude/enum.Login.html @@ -4,21 +4,21 @@Expand description
types of credentials used as identifiers during login
Variants
Username(&'a str)
username as login
Email(&'a str)
email as login
-Trait Implementations
impl<'a> Clone for Login<'a>
impl<'a> Clone for Login<'a>
fn clone(&self) -> Login<'a>
fn clone(&self) -> Login<'a>
Returns a copy of the value. Read more
+Trait Implementations
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Login<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Login<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl<'a> Serialize for Login<'a>
impl<'a> Serialize for Login<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for Login<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Login<'a>
impl<'a> Send for Login<'a>
impl<'a> Sync for Login<'a>
impl<'a> Unpin for Login<'a>
impl<'a> UnwindSafe for Login<'a>
Blanket Implementations
sourceimpl<'a> Serialize for Login<'a>
impl<'a> Serialize for Login<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for Login<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Login<'a>
impl<'a> Send for Login<'a>
impl<'a> Sync for Login<'a>
impl<'a> Unpin for Login<'a>
impl<'a> UnwindSafe for Login<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/index.html b/db_sqlx_postgres/dev/dev/prelude/index.html index c8402530..8a29732f 100644 --- a/db_sqlx_postgres/dev/dev/prelude/index.html +++ b/db_sqlx_postgres/dev/dev/prelude/index.html @@ -4,7 +4,7 @@Module db_sqlx_postgres::dev::dev::prelude
[−]Expand description
useful imports for users working with a supported database
+Module db_sqlx_postgres::dev::dev::prelude
source · [−]Expand description
useful imports for users working with a supported database
Structs
Data required to add notification
Data representing a captcha
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.AddNotification.html b/db_sqlx_postgres/dev/dev/prelude/struct.AddNotification.html index 195aa889..4f0e555b 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.AddNotification.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.AddNotification.html @@ -4,7 +4,7 @@Struct db_sqlx_postgres::dev::dev::prelude::AddNotification
[−]pub struct AddNotification<'a> {
+ Struct db_sqlx_postgres::dev::dev::prelude::AddNotification
source · [−]pub struct AddNotification<'a> {
pub to: &'a str,
pub from: &'a str,
pub heading: &'a str,
@@ -14,16 +14,16 @@
from: &'a strnotification sender
heading: &'a strheading of the notification
message: &'a strmesage of the notification
-Trait Implementations
impl<'a> Clone for AddNotification<'a>
impl<'a> Clone for AddNotification<'a>
fn clone(&self) -> AddNotification<'a>
fn clone(&self) -> AddNotification<'a>
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl<'a> Clone for AddNotification<'a>
impl<'a> Clone for AddNotification<'a>
sourcefn clone(&self) -> AddNotification<'a>
fn clone(&self) -> AddNotification<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl<'a> Debug for AddNotification<'a>
impl<'a> Debug for AddNotification<'a>
impl<'a> Default for AddNotification<'a>
impl<'a> Default for AddNotification<'a>
fn default() -> AddNotification<'a>
fn default() -> AddNotification<'a>
Returns the “default value” for a type. Read more
-impl<'de, 'a> Deserialize<'de> for AddNotification<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for AddNotification<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<AddNotification<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<AddNotification<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-impl<'a> PartialEq<AddNotification<'a>> for AddNotification<'a>
impl<'a> PartialEq<AddNotification<'a>> for AddNotification<'a>
fn eq(&self, other: &AddNotification<'a>) -> bool
fn eq(&self, other: &AddNotification<'a>) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl<'a> Debug for AddNotification<'a>
impl<'a> Debug for AddNotification<'a>
sourceimpl<'a> Default for AddNotification<'a>
impl<'a> Default for AddNotification<'a>
sourcefn default() -> AddNotification<'a>
fn default() -> AddNotification<'a>
Returns the “default value” for a type. Read more
+sourceimpl<'de, 'a> Deserialize<'de> for AddNotification<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for AddNotification<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<AddNotification<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<AddNotification<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl<'a> PartialEq<AddNotification<'a>> for AddNotification<'a>
impl<'a> PartialEq<AddNotification<'a>> for AddNotification<'a>
sourcefn eq(&self, other: &AddNotification<'a>) -> bool
fn eq(&self, other: &AddNotification<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &AddNotification<'a>) -> bool
fn ne(&self, other: &AddNotification<'a>) -> bool
This method tests for !=.
impl<'a> Serialize for AddNotification<'a>
impl<'a> Serialize for AddNotification<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for AddNotification<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AddNotification<'a>
impl<'a> Send for AddNotification<'a>
impl<'a> Sync for AddNotification<'a>
impl<'a> Unpin for AddNotification<'a>
impl<'a> UnwindSafe for AddNotification<'a>
Blanket Implementations
sourceimpl<'a> Serialize for AddNotification<'a>
impl<'a> Serialize for AddNotification<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for AddNotification<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AddNotification<'a>
impl<'a> Send for AddNotification<'a>
impl<'a> Sync for AddNotification<'a>
impl<'a> Unpin for AddNotification<'a>
impl<'a> UnwindSafe for AddNotification<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.Captcha.html b/db_sqlx_postgres/dev/dev/prelude/struct.Captcha.html index b062bc9a..a1e266f8 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.Captcha.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.Captcha.html @@ -4,7 +4,7 @@pub struct Captcha {
pub config_id: i32,
pub duration: i32,
pub description: String,
@@ -14,16 +14,16 @@
duration: i32cool down duration
description: Stringdescription of the captcha
key: Stringsecret key of the captcha
-Trait Implementations
impl Clone for Captcha
impl Clone for Captcha
fn clone(&self) -> Captcha
fn clone(&self) -> Captcha
Returns a copy of the value. Read more
+Trait Implementations
impl<'de> Deserialize<'de> for Captcha
impl<'de> Deserialize<'de> for Captcha
fn deserialize<__D>(
__deserializer: __D
) -> Result<Captcha, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Captcha, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Captcha
impl<'de> Deserialize<'de> for Captcha
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Captcha, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Captcha, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl Serialize for Captcha
impl Serialize for Captcha
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for Captcha
Auto Trait Implementations
impl RefUnwindSafe for Captcha
impl Send for Captcha
impl Sync for Captcha
impl Unpin for Captcha
impl UnwindSafe for Captcha
Blanket Implementations
sourceimpl Serialize for Captcha
impl Serialize for Captcha
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for Captcha
Auto Trait Implementations
impl RefUnwindSafe for Captcha
impl Send for Captcha
impl Sync for Captcha
impl Unpin for Captcha
impl UnwindSafe for Captcha
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.CreateCaptcha.html b/db_sqlx_postgres/dev/dev/prelude/struct.CreateCaptcha.html index 397eeb84..ca814d86 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.CreateCaptcha.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.CreateCaptcha.html @@ -4,7 +4,7 @@Struct db_sqlx_postgres::dev::dev::prelude::CreateCaptcha
[−]pub struct CreateCaptcha<'a> {
+ Struct db_sqlx_postgres::dev::dev::prelude::CreateCaptcha
source · [−]pub struct CreateCaptcha<'a> {
pub duration: i32,
pub description: &'a str,
pub key: &'a str,
@@ -12,16 +12,16 @@
Fields
duration: i32cool down duration
description: &'a strdescription of the captcha
key: &'a strsecret key of the captcha
-Trait Implementations
impl<'a> Clone for CreateCaptcha<'a>
impl<'a> Clone for CreateCaptcha<'a>
fn clone(&self) -> CreateCaptcha<'a>
fn clone(&self) -> CreateCaptcha<'a>
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl<'a> Clone for CreateCaptcha<'a>
impl<'a> Clone for CreateCaptcha<'a>
sourcefn clone(&self) -> CreateCaptcha<'a>
fn clone(&self) -> CreateCaptcha<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl<'a> Debug for CreateCaptcha<'a>
impl<'a> Debug for CreateCaptcha<'a>
impl<'a> Default for CreateCaptcha<'a>
impl<'a> Default for CreateCaptcha<'a>
fn default() -> CreateCaptcha<'a>
fn default() -> CreateCaptcha<'a>
Returns the “default value” for a type. Read more
-impl<'de, 'a> Deserialize<'de> for CreateCaptcha<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for CreateCaptcha<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CreateCaptcha<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CreateCaptcha<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-impl<'a> PartialEq<CreateCaptcha<'a>> for CreateCaptcha<'a>
impl<'a> PartialEq<CreateCaptcha<'a>> for CreateCaptcha<'a>
fn eq(&self, other: &CreateCaptcha<'a>) -> bool
fn eq(&self, other: &CreateCaptcha<'a>) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl<'a> Debug for CreateCaptcha<'a>
impl<'a> Debug for CreateCaptcha<'a>
sourceimpl<'a> Default for CreateCaptcha<'a>
impl<'a> Default for CreateCaptcha<'a>
sourcefn default() -> CreateCaptcha<'a>
fn default() -> CreateCaptcha<'a>
Returns the “default value” for a type. Read more
+sourceimpl<'de, 'a> Deserialize<'de> for CreateCaptcha<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for CreateCaptcha<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<CreateCaptcha<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CreateCaptcha<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl<'a> PartialEq<CreateCaptcha<'a>> for CreateCaptcha<'a>
impl<'a> PartialEq<CreateCaptcha<'a>> for CreateCaptcha<'a>
sourcefn eq(&self, other: &CreateCaptcha<'a>) -> bool
fn eq(&self, other: &CreateCaptcha<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &CreateCaptcha<'a>) -> bool
fn ne(&self, other: &CreateCaptcha<'a>) -> bool
This method tests for !=.
impl<'a> Serialize for CreateCaptcha<'a>
impl<'a> Serialize for CreateCaptcha<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for CreateCaptcha<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateCaptcha<'a>
impl<'a> Send for CreateCaptcha<'a>
impl<'a> Sync for CreateCaptcha<'a>
impl<'a> Unpin for CreateCaptcha<'a>
impl<'a> UnwindSafe for CreateCaptcha<'a>
Blanket Implementations
sourceimpl<'a> Serialize for CreateCaptcha<'a>
impl<'a> Serialize for CreateCaptcha<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for CreateCaptcha<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateCaptcha<'a>
impl<'a> Send for CreateCaptcha<'a>
impl<'a> Sync for CreateCaptcha<'a>
impl<'a> Unpin for CreateCaptcha<'a>
impl<'a> UnwindSafe for CreateCaptcha<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.NameHash.html b/db_sqlx_postgres/dev/dev/prelude/struct.NameHash.html index 338aae5f..8cec30d6 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.NameHash.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.NameHash.html @@ -4,21 +4,21 @@Expand description
type encapsulating username and hashed password of a user
Fields
username: Stringusername
hash: Stringhashed password
-Trait Implementations
impl Clone for NameHash
impl Clone for NameHash
fn clone(&self) -> NameHash
fn clone(&self) -> NameHash
Returns a copy of the value. Read more
+Trait Implementations
impl<'de> Deserialize<'de> for NameHash
impl<'de> Deserialize<'de> for NameHash
fn deserialize<__D>(
__deserializer: __D
) -> Result<NameHash, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<NameHash, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for NameHash
impl<'de> Deserialize<'de> for NameHash
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<NameHash, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<NameHash, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl Serialize for NameHash
impl Serialize for NameHash
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for NameHash
Auto Trait Implementations
impl RefUnwindSafe for NameHash
impl Send for NameHash
impl Sync for NameHash
impl Unpin for NameHash
impl UnwindSafe for NameHash
Blanket Implementations
sourceimpl Serialize for NameHash
impl Serialize for NameHash
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for NameHash
Auto Trait Implementations
impl RefUnwindSafe for NameHash
impl Send for NameHash
impl Sync for NameHash
impl Unpin for NameHash
impl UnwindSafe for NameHash
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html b/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html index 93944f7d..e884fc27 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.Notification.html @@ -4,7 +4,7 @@Struct db_sqlx_postgres::dev::dev::prelude::Notification
[−]pub struct Notification {
+ Struct db_sqlx_postgres::dev::dev::prelude::Notification
source · [−]pub struct Notification {
pub name: Option<String>,
pub heading: Option<String>,
pub message: Option<String>,
@@ -16,17 +16,17 @@
message: Option<String>message of the notification
received: Option<i64>when notification was received
id: Option<i32>db assigned ID of the notification
-Trait Implementations
impl Clone for Notification
impl Clone for Notification
fn clone(&self) -> Notification
fn clone(&self) -> Notification
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl Clone for Notification
impl Clone for Notification
sourcefn clone(&self) -> Notification
fn clone(&self) -> Notification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Debug for Notification
impl Debug for Notification
impl Default for Notification
impl Default for Notification
fn default() -> Notification
fn default() -> Notification
Returns the “default value” for a type. Read more
-impl<'de> Deserialize<'de> for Notification
impl<'de> Deserialize<'de> for Notification
fn deserialize<__D>(
__deserializer: __D
) -> Result<Notification, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Notification, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Debug for Notification
impl Debug for Notification
sourceimpl Default for Notification
impl Default for Notification
sourcefn default() -> Notification
fn default() -> Notification
Returns the “default value” for a type. Read more
+sourceimpl<'de> Deserialize<'de> for Notification
impl<'de> Deserialize<'de> for Notification
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Notification, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Notification, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<InnerNotification> for Notification
impl From<InnerNotification> for Notification
sourcefn from(n: InnerNotification) -> Self
fn from(n: InnerNotification) -> Self
Converts to this type from the input type.
-impl PartialEq<Notification> for Notification
impl PartialEq<Notification> for Notification
fn eq(&self, other: &Notification) -> bool
fn eq(&self, other: &Notification) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl PartialEq<Notification> for Notification
impl PartialEq<Notification> for Notification
sourcefn eq(&self, other: &Notification) -> bool
fn eq(&self, other: &Notification) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &Notification) -> bool
fn ne(&self, other: &Notification) -> bool
This method tests for !=.
impl Serialize for Notification
impl Serialize for Notification
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for Notification
Auto Trait Implementations
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
Blanket Implementations
sourceimpl Serialize for Notification
impl Serialize for Notification
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for Notification
Auto Trait Implementations
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.Register.html b/db_sqlx_postgres/dev/dev/prelude/struct.Register.html index fb48c10c..bf30c153 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.Register.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.Register.html @@ -4,7 +4,7 @@pub struct Register<'a> {
pub username: &'a str,
pub secret: &'a str,
pub hash: &'a str,
@@ -14,15 +14,15 @@
secret: &'a strsecret of new user
hash: &'a strhashed password of new use
email: Option<&'a str>Optionally, email of new use
-Trait Implementations
impl<'a> Clone for Register<'a>
impl<'a> Clone for Register<'a>
fn clone(&self) -> Register<'a>
fn clone(&self) -> Register<'a>
Returns a copy of the value. Read more
+Trait Implementations
impl<'de, 'a> Deserialize<'de> for Register<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Register<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Register<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Register<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de, 'a> Deserialize<'de> for Register<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Register<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Register<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Register<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl<'a> Serialize for Register<'a>
impl<'a> Serialize for Register<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for Register<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Register<'a>
impl<'a> Send for Register<'a>
impl<'a> Sync for Register<'a>
impl<'a> Unpin for Register<'a>
impl<'a> UnwindSafe for Register<'a>
Blanket Implementations
sourceimpl<'a> Serialize for Register<'a>
impl<'a> Serialize for Register<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for Register<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Register<'a>
impl<'a> Send for Register<'a>
impl<'a> Sync for Register<'a>
impl<'a> Unpin for Register<'a>
impl<'a> UnwindSafe for Register<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.Secret.html b/db_sqlx_postgres/dev/dev/prelude/struct.Secret.html index b75a88f8..43456794 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.Secret.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.Secret.html @@ -4,20 +4,20 @@pub struct Secret {
pub secret: String,
}Expand description
datastructure representing a user’s secret
Fields
secret: Stringuser’s secret
-Trait Implementations
impl Clone for Secret
impl Clone for Secret
fn clone(&self) -> Secret
fn clone(&self) -> Secret
Returns a copy of the value. Read more
+Trait Implementations
impl<'de> Deserialize<'de> for Secret
impl<'de> Deserialize<'de> for Secret
fn deserialize<__D>(
__deserializer: __D
) -> Result<Secret, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Secret, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Secret
impl<'de> Deserialize<'de> for Secret
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Secret, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Secret, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+impl Serialize for Secret
impl Serialize for Secret
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for Secret
Auto Trait Implementations
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
Blanket Implementations
sourceimpl Serialize for Secret
impl Serialize for Secret
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for Secret
Auto Trait Implementations
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.StatsUnixTimestamp.html b/db_sqlx_postgres/dev/dev/prelude/struct.StatsUnixTimestamp.html index 1648e190..85f2f1bb 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.StatsUnixTimestamp.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.StatsUnixTimestamp.html @@ -4,7 +4,7 @@Struct db_sqlx_postgres::dev::dev::prelude::StatsUnixTimestamp
[−]pub struct StatsUnixTimestamp {
+ Struct db_sqlx_postgres::dev::dev::prelude::StatsUnixTimestamp
source · [−]pub struct StatsUnixTimestamp {
pub config_fetches: Vec<i64, Global>,
pub solves: Vec<i64, Global>,
pub confirms: Vec<i64, Global>,
@@ -12,16 +12,16 @@
Fields
config_fetches: Vec<i64, Global>times at which the configuration were fetched
solves: Vec<i64, Global>times at which the PoW was solved
confirms: Vec<i64, Global>times at which the PoW token was verified
-Trait Implementations
impl Clone for StatsUnixTimestamp
impl Clone for StatsUnixTimestamp
fn clone(&self) -> StatsUnixTimestamp
fn clone(&self) -> StatsUnixTimestamp
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl Clone for StatsUnixTimestamp
impl Clone for StatsUnixTimestamp
sourcefn clone(&self) -> StatsUnixTimestamp
fn clone(&self) -> StatsUnixTimestamp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Debug for StatsUnixTimestamp
impl Debug for StatsUnixTimestamp
impl Default for StatsUnixTimestamp
impl Default for StatsUnixTimestamp
fn default() -> StatsUnixTimestamp
fn default() -> StatsUnixTimestamp
Returns the “default value” for a type. Read more
-impl<'de> Deserialize<'de> for StatsUnixTimestamp
impl<'de> Deserialize<'de> for StatsUnixTimestamp
fn deserialize<__D>(
__deserializer: __D
) -> Result<StatsUnixTimestamp, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<StatsUnixTimestamp, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-impl PartialEq<StatsUnixTimestamp> for StatsUnixTimestamp
impl PartialEq<StatsUnixTimestamp> for StatsUnixTimestamp
fn eq(&self, other: &StatsUnixTimestamp) -> bool
fn eq(&self, other: &StatsUnixTimestamp) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl Debug for StatsUnixTimestamp
impl Debug for StatsUnixTimestamp
sourceimpl Default for StatsUnixTimestamp
impl Default for StatsUnixTimestamp
sourcefn default() -> StatsUnixTimestamp
fn default() -> StatsUnixTimestamp
Returns the “default value” for a type. Read more
+sourceimpl<'de> Deserialize<'de> for StatsUnixTimestamp
impl<'de> Deserialize<'de> for StatsUnixTimestamp
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<StatsUnixTimestamp, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<StatsUnixTimestamp, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl PartialEq<StatsUnixTimestamp> for StatsUnixTimestamp
impl PartialEq<StatsUnixTimestamp> for StatsUnixTimestamp
sourcefn eq(&self, other: &StatsUnixTimestamp) -> bool
fn eq(&self, other: &StatsUnixTimestamp) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &StatsUnixTimestamp) -> bool
fn ne(&self, other: &StatsUnixTimestamp) -> bool
This method tests for !=.
impl Serialize for StatsUnixTimestamp
impl Serialize for StatsUnixTimestamp
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for StatsUnixTimestamp
Auto Trait Implementations
impl RefUnwindSafe for StatsUnixTimestamp
impl Send for StatsUnixTimestamp
impl Sync for StatsUnixTimestamp
impl Unpin for StatsUnixTimestamp
impl UnwindSafe for StatsUnixTimestamp
Blanket Implementations
sourceimpl Serialize for StatsUnixTimestamp
impl Serialize for StatsUnixTimestamp
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for StatsUnixTimestamp
Auto Trait Implementations
impl RefUnwindSafe for StatsUnixTimestamp
impl Send for StatsUnixTimestamp
impl Sync for StatsUnixTimestamp
impl Unpin for StatsUnixTimestamp
impl UnwindSafe for StatsUnixTimestamp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.TrafficPattern.html b/db_sqlx_postgres/dev/dev/prelude/struct.TrafficPattern.html index 3cd24738..f98dfbde 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.TrafficPattern.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.TrafficPattern.html @@ -4,7 +4,7 @@Struct db_sqlx_postgres::dev::dev::prelude::TrafficPattern
[−]pub struct TrafficPattern {
+ Struct db_sqlx_postgres::dev::dev::prelude::TrafficPattern
source · [−]pub struct TrafficPattern {
pub avg_traffic: u32,
pub peak_sustainable_traffic: u32,
pub broke_my_site_traffic: Option<u32>,
@@ -12,16 +12,16 @@
Fields
avg_traffic: u32average traffic of user’s website
peak_sustainable_traffic: u32the peak traffic that the user’s website can handle
broke_my_site_traffic: Option<u32>trafic that bought the user’s website down; optional
-Trait Implementations
impl Clone for TrafficPattern
impl Clone for TrafficPattern
fn clone(&self) -> TrafficPattern
fn clone(&self) -> TrafficPattern
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl Clone for TrafficPattern
impl Clone for TrafficPattern
sourcefn clone(&self) -> TrafficPattern
fn clone(&self) -> TrafficPattern
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Debug for TrafficPattern
impl Debug for TrafficPattern
impl Default for TrafficPattern
impl Default for TrafficPattern
fn default() -> TrafficPattern
fn default() -> TrafficPattern
Returns the “default value” for a type. Read more
-impl<'de> Deserialize<'de> for TrafficPattern
impl<'de> Deserialize<'de> for TrafficPattern
fn deserialize<__D>(
__deserializer: __D
) -> Result<TrafficPattern, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<TrafficPattern, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-impl PartialEq<TrafficPattern> for TrafficPattern
impl PartialEq<TrafficPattern> for TrafficPattern
fn eq(&self, other: &TrafficPattern) -> bool
fn eq(&self, other: &TrafficPattern) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl Debug for TrafficPattern
impl Debug for TrafficPattern
sourceimpl Default for TrafficPattern
impl Default for TrafficPattern
sourcefn default() -> TrafficPattern
fn default() -> TrafficPattern
Returns the “default value” for a type. Read more
+sourceimpl<'de> Deserialize<'de> for TrafficPattern
impl<'de> Deserialize<'de> for TrafficPattern
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<TrafficPattern, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<TrafficPattern, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl PartialEq<TrafficPattern> for TrafficPattern
impl PartialEq<TrafficPattern> for TrafficPattern
sourcefn eq(&self, other: &TrafficPattern) -> bool
fn eq(&self, other: &TrafficPattern) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &TrafficPattern) -> bool
fn ne(&self, other: &TrafficPattern) -> bool
This method tests for !=.
impl Serialize for TrafficPattern
impl Serialize for TrafficPattern
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl StructuralPartialEq for TrafficPattern
Auto Trait Implementations
impl RefUnwindSafe for TrafficPattern
impl Send for TrafficPattern
impl Sync for TrafficPattern
impl Unpin for TrafficPattern
impl UnwindSafe for TrafficPattern
Blanket Implementations
sourceimpl Serialize for TrafficPattern
impl Serialize for TrafficPattern
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl StructuralPartialEq for TrafficPattern
Auto Trait Implementations
impl RefUnwindSafe for TrafficPattern
impl Send for TrafficPattern
impl Sync for TrafficPattern
impl Unpin for TrafficPattern
impl UnwindSafe for TrafficPattern
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/struct.UpdateEmail.html b/db_sqlx_postgres/dev/dev/prelude/struct.UpdateEmail.html index 8a52ece6..bb81aa62 100644 --- a/db_sqlx_postgres/dev/dev/prelude/struct.UpdateEmail.html +++ b/db_sqlx_postgres/dev/dev/prelude/struct.UpdateEmail.html @@ -4,21 +4,21 @@Struct db_sqlx_postgres::dev::dev::prelude::UpdateEmail
[−]pub struct UpdateEmail<'a> {
+ Struct db_sqlx_postgres::dev::dev::prelude::UpdateEmail
source · [−]Expand description
data required to update them email of a user
Fields
username: &'a strusername of the user
new_email: &'a strnew email address of the user
-Trait Implementations
impl<'a> Clone for UpdateEmail<'a>
impl<'a> Clone for UpdateEmail<'a>
fn clone(&self) -> UpdateEmail<'a>
fn clone(&self) -> UpdateEmail<'a>
Returns a copy of the value. Read more
+Trait Implementations
sourceimpl<'a> Clone for UpdateEmail<'a>
impl<'a> Clone for UpdateEmail<'a>
sourcefn clone(&self) -> UpdateEmail<'a>
fn clone(&self) -> UpdateEmail<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl<'a> Debug for UpdateEmail<'a>
impl<'a> Debug for UpdateEmail<'a>
impl<'de, 'a> Deserialize<'de> for UpdateEmail<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for UpdateEmail<'a> where
'de: 'a,
fn deserialize<__D>(
__deserializer: __D
) -> Result<UpdateEmail<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<UpdateEmail<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-impl<'a> PartialEq<UpdateEmail<'a>> for UpdateEmail<'a>
impl<'a> PartialEq<UpdateEmail<'a>> for UpdateEmail<'a>
fn eq(&self, other: &UpdateEmail<'a>) -> bool
fn eq(&self, other: &UpdateEmail<'a>) -> bool
This method tests for self and other values to be equal, and is used
+
sourceimpl<'a> Debug for UpdateEmail<'a>
impl<'a> Debug for UpdateEmail<'a>
sourceimpl<'de, 'a> Deserialize<'de> for UpdateEmail<'a> where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for UpdateEmail<'a> where
'de: 'a,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<UpdateEmail<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<UpdateEmail<'a>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl<'a> PartialEq<UpdateEmail<'a>> for UpdateEmail<'a>
impl<'a> PartialEq<UpdateEmail<'a>> for UpdateEmail<'a>
sourcefn eq(&self, other: &UpdateEmail<'a>) -> bool
fn eq(&self, other: &UpdateEmail<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &UpdateEmail<'a>) -> bool
fn ne(&self, other: &UpdateEmail<'a>) -> bool
This method tests for !=.
impl<'a> Serialize for UpdateEmail<'a>
impl<'a> Serialize for UpdateEmail<'a>
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
-impl<'a> StructuralPartialEq for UpdateEmail<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateEmail<'a>
impl<'a> Send for UpdateEmail<'a>
impl<'a> Sync for UpdateEmail<'a>
impl<'a> Unpin for UpdateEmail<'a>
impl<'a> UnwindSafe for UpdateEmail<'a>
Blanket Implementations
sourceimpl<'a> Serialize for UpdateEmail<'a>
impl<'a> Serialize for UpdateEmail<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
+impl<'a> StructuralPartialEq for UpdateEmail<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateEmail<'a>
impl<'a> Send for UpdateEmail<'a>
impl<'a> Sync for UpdateEmail<'a>
impl<'a> Unpin for UpdateEmail<'a>
impl<'a> UnwindSafe for UpdateEmail<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> From<T> for T
impl<T> From<T> for T
const: unstable · sourcefn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/db_sqlx_postgres/dev/dev/prelude/trait.CloneSPDatabase.html b/db_sqlx_postgres/dev/dev/prelude/trait.CloneSPDatabase.html index 4d3df2c4..507aca7a 100644 --- a/db_sqlx_postgres/dev/dev/prelude/trait.CloneSPDatabase.html +++ b/db_sqlx_postgres/dev/dev/prelude/trait.CloneSPDatabase.html @@ -4,9 +4,9 @@Trait db_sqlx_postgres::dev::dev::prelude::CloneSPDatabase
[−]pub trait CloneSPDatabase {
+ Trait db_sqlx_postgres::dev::dev::prelude::CloneSPDatabase
source · [−]pub trait CloneSPDatabase {
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>;
}Expand description
Trait to clone MCDatabase
-Required methods
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
clone DB
-Implementors
impl<T> CloneSPDatabase for T where
T: 'static + MCDatabase + Clone,
Required methods
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
clone DB
+