pub struct GetDevicesLoginAccountDevicesItems {
pub id: String,
pub name: Option<String>,
pub state: String,
pub last_reported: Option<DateTime<Local>>,
pub access: Vec<GetDevicesLoginAccountDevicesItemsAccess>,
pub tags: Vec<GetDevicesLoginAccountDevicesItemsTags>,
pub attributes: Map<String, Value>,
}Fields§
§id: String§name: Option<String>§state: String§last_reported: Option<DateTime<Local>>§access: Vec<GetDevicesLoginAccountDevicesItemsAccess>§attributes: Map<String, Value>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