pub struct GetDevicesLoginAccountDevicesItemsServices {
pub id: String,
pub name: Option<String>,
pub created: Option<DateTime<Local>>,
pub access: Vec<GetDevicesLoginAccountDevicesItemsServicesAccess>,
pub application: Option<i64>,
pub attributes: Map<String, Value>,
pub enabled: bool,
}Fields§
§id: String§name: Option<String>§created: Option<DateTime<Local>>§access: Vec<GetDevicesLoginAccountDevicesItemsServicesAccess>§application: Option<i64>§attributes: Map<String, Value>§enabled: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for GetDevicesLoginAccountDevicesItemsServices
impl<'de> Deserialize<'de> for GetDevicesLoginAccountDevicesItemsServices
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 GetDevicesLoginAccountDevicesItemsServices
impl RefUnwindSafe for GetDevicesLoginAccountDevicesItemsServices
impl Send for GetDevicesLoginAccountDevicesItemsServices
impl Sync for GetDevicesLoginAccountDevicesItemsServices
impl Unpin for GetDevicesLoginAccountDevicesItemsServices
impl UnwindSafe for GetDevicesLoginAccountDevicesItemsServices
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