pub struct DeviceStatusResponse {
pub status: String,
pub token: Option<String>,
pub email: Option<String>,
pub org_name: Option<String>,
}Fields§
§status: String§token: Option<String>§email: Option<String>§org_name: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DeviceStatusResponse
impl<'de> Deserialize<'de> for DeviceStatusResponse
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 DeviceStatusResponse
impl RefUnwindSafe for DeviceStatusResponse
impl Send for DeviceStatusResponse
impl Sync for DeviceStatusResponse
impl Unpin for DeviceStatusResponse
impl UnsafeUnpin for DeviceStatusResponse
impl UnwindSafe for DeviceStatusResponse
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