pub struct DoneLoginLightServerOutput {
pub user_id: UserId,
pub jwt: String,
pub device_id: DeviceId,
}Expand description
For refresh jwt
Fields§
§user_id: UserId§jwt: String§device_id: DeviceIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for DoneLoginLightServerOutput
impl<'de> Deserialize<'de> for DoneLoginLightServerOutput
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 DoneLoginLightServerOutput
impl RefUnwindSafe for DoneLoginLightServerOutput
impl Send for DoneLoginLightServerOutput
impl Sync for DoneLoginLightServerOutput
impl Unpin for DoneLoginLightServerOutput
impl UnwindSafe for DoneLoginLightServerOutput
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