pub struct ApiAccountDevice {
pub id: String,
pub vars: HashMap<String, String>,
}Expand description
Send a device to the server. Used with authenticate/link/unlink and user.
Fields§
§id: String§vars: HashMap<String, String>Trait Implementations§
Source§impl DeJson for ApiAccountDevice
impl DeJson for ApiAccountDevice
Source§impl Debug for ApiAccountDevice
impl Debug for ApiAccountDevice
Source§impl Default for ApiAccountDevice
impl Default for ApiAccountDevice
Source§fn default() -> ApiAccountDevice
fn default() -> ApiAccountDevice
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiAccountDevice
impl RefUnwindSafe for ApiAccountDevice
impl Send for ApiAccountDevice
impl Sync for ApiAccountDevice
impl Unpin for ApiAccountDevice
impl UnwindSafe for ApiAccountDevice
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