pub struct LoginResult {
pub status: Status,
pub data: Data,
}Fields§
§status: Status§data: DataTrait Implementations§
Source§impl Debug for LoginResult
impl Debug for LoginResult
Source§impl<'de> Deserialize<'de> for LoginResult
impl<'de> Deserialize<'de> for LoginResult
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 LoginResult
impl RefUnwindSafe for LoginResult
impl Send for LoginResult
impl Sync for LoginResult
impl Unpin for LoginResult
impl UnwindSafe for LoginResult
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