pub struct OperatingSystemSpecifications {
pub operating_system_platform: String,
pub operating_system_version: String,
}Expand description
microsoft.graph.operatingSystemSpecifications, nested under
DeviceMetadata. This port always sends "Unknown"/"Unknown",
matching Python’s _map_messages (which hardcodes the same values —
device introspection is out of scope for both).
Fields§
§operating_system_platform: String§operating_system_version: StringTrait Implementations§
Source§impl Clone for OperatingSystemSpecifications
impl Clone for OperatingSystemSpecifications
Source§fn clone(&self) -> OperatingSystemSpecifications
fn clone(&self) -> OperatingSystemSpecifications
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for OperatingSystemSpecifications
impl<'de> Deserialize<'de> for OperatingSystemSpecifications
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 OperatingSystemSpecifications
impl RefUnwindSafe for OperatingSystemSpecifications
impl Send for OperatingSystemSpecifications
impl Sync for OperatingSystemSpecifications
impl Unpin for OperatingSystemSpecifications
impl UnsafeUnpin for OperatingSystemSpecifications
impl UnwindSafe for OperatingSystemSpecifications
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