Struct db_sqlx_maria::dev::UpdateEmail
[−]Expand description
data required to update them email of a user
Fields
username: &'a str
username of the user
new_email: &'a str
new 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
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'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
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<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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