pub struct SigninInformation {
pub user_data: UserData,
}Fields§
§user_data: UserDataTrait Implementations§
Source§impl Clone for SigninInformation
impl Clone for SigninInformation
Source§fn clone(&self) -> SigninInformation
fn clone(&self) -> SigninInformation
Returns a duplicate of the value. Read more
1.0.0 · 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 SigninInformation
impl Debug for SigninInformation
Source§impl<'de> Deserialize<'de> for SigninInformation
impl<'de> Deserialize<'de> for SigninInformation
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
Source§impl PartialEq for SigninInformation
impl PartialEq for SigninInformation
Source§impl Serialize for SigninInformation
impl Serialize for SigninInformation
impl StructuralPartialEq for SigninInformation
Auto Trait Implementations§
impl Freeze for SigninInformation
impl RefUnwindSafe for SigninInformation
impl Send for SigninInformation
impl Sync for SigninInformation
impl Unpin for SigninInformation
impl UnwindSafe for SigninInformation
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