pub struct UserAuthentication {
pub type_: String,
pub password_count: i32,
}Fields§
§type_: String§password_count: i32Trait Implementations§
Source§impl Clone for UserAuthentication
impl Clone for UserAuthentication
Source§fn clone(&self) -> UserAuthentication
fn clone(&self) -> UserAuthentication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserAuthentication
impl Debug for UserAuthentication
Source§impl<'de> Deserialize<'de> for UserAuthentication
impl<'de> Deserialize<'de> for UserAuthentication
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UserAuthentication
impl RefUnwindSafe for UserAuthentication
impl Send for UserAuthentication
impl Sync for UserAuthentication
impl Unpin for UserAuthentication
impl UnsafeUnpin for UserAuthentication
impl UnwindSafe for UserAuthentication
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more