pub struct GetDevicesLoginAccountDevicesItems {Show 15 fields
pub id: String,
pub name: Option<String>,
pub online: bool,
pub created: Option<DateTime<Local>>,
pub state: String,
pub last_reported: Option<DateTime<Local>>,
pub access: Vec<GetDevicesLoginAccountDevicesItemsAccess>,
pub tags: Vec<GetDevicesLoginAccountDevicesItemsTags>,
pub attributes: Map<String, Value>,
pub services: Vec<GetDevicesLoginAccountDevicesItemsServices>,
pub category_a: Option<String>,
pub category_b: Option<String>,
pub category_c: Option<String>,
pub category_d: Option<String>,
pub category_e: Option<String>,
}Fields§
§id: String§name: Option<String>§online: bool§created: Option<DateTime<Local>>§state: String§last_reported: Option<DateTime<Local>>§access: Vec<GetDevicesLoginAccountDevicesItemsAccess>§attributes: Map<String, Value>§services: Vec<GetDevicesLoginAccountDevicesItemsServices>§category_a: Option<String>§category_b: Option<String>§category_c: Option<String>§category_d: Option<String>§category_e: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetDevicesLoginAccountDevicesItems
impl<'de> Deserialize<'de> for GetDevicesLoginAccountDevicesItems
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 GetDevicesLoginAccountDevicesItems
impl RefUnwindSafe for GetDevicesLoginAccountDevicesItems
impl Send for GetDevicesLoginAccountDevicesItems
impl Sync for GetDevicesLoginAccountDevicesItems
impl Unpin for GetDevicesLoginAccountDevicesItems
impl UnwindSafe for GetDevicesLoginAccountDevicesItems
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