pub struct UserDataInt {
pub jwt: String,
pub refresh_token: String,
pub user_id: UserId,
pub device_id: DeviceId,
pub device_keys: StdDeviceKeyDataInt,
}
Fields§
§jwt: String
§refresh_token: String
§user_id: UserId
§device_id: DeviceId
§device_keys: StdDeviceKeyDataInt
Trait Implementations§
Source§impl TryFrom<UserDataInt> for UserDataExport
impl TryFrom<UserDataInt> for UserDataExport
Source§type Error = SdkLightError
type Error = SdkLightError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for UserDataInt
impl RefUnwindSafe for UserDataInt
impl Send for UserDataInt
impl Sync for UserDataInt
impl Unpin for UserDataInt
impl UnwindSafe for UserDataInt
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