pub struct StorageData {
pub trusted_device_token: Option<String>,
pub device_id: Option<String>,
}Fields§
§trusted_device_token: Option<String>§device_id: Option<String>Trait Implementations§
Source§impl Clone for StorageData
impl Clone for StorageData
Source§fn clone(&self) -> StorageData
fn clone(&self) -> StorageData
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 Default for StorageData
impl Default for StorageData
Source§fn default() -> StorageData
fn default() -> StorageData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StorageData
impl RefUnwindSafe for StorageData
impl Send for StorageData
impl Sync for StorageData
impl Unpin for StorageData
impl UnsafeUnpin for StorageData
impl UnwindSafe for StorageData
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