pub struct WindowsInformationProtectionAppLearningSummary {
pub application_name: String,
pub application_type: ApplicationType,
pub device_count: i32,
}
Fields§
§application_name: String
§application_type: ApplicationType
§device_count: i32
Trait Implementations§
Source§impl Clone for WindowsInformationProtectionAppLearningSummary
impl Clone for WindowsInformationProtectionAppLearningSummary
Source§fn clone(&self) -> WindowsInformationProtectionAppLearningSummary
fn clone(&self) -> WindowsInformationProtectionAppLearningSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 WindowsInformationProtectionAppLearningSummary
impl<'de> Deserialize<'de> for WindowsInformationProtectionAppLearningSummary
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
Source§impl PartialEq for WindowsInformationProtectionAppLearningSummary
impl PartialEq for WindowsInformationProtectionAppLearningSummary
Source§fn eq(&self, other: &WindowsInformationProtectionAppLearningSummary) -> bool
fn eq(&self, other: &WindowsInformationProtectionAppLearningSummary) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for WindowsInformationProtectionAppLearningSummary
impl StructuralPartialEq for WindowsInformationProtectionAppLearningSummary
Auto Trait Implementations§
impl Freeze for WindowsInformationProtectionAppLearningSummary
impl RefUnwindSafe for WindowsInformationProtectionAppLearningSummary
impl Send for WindowsInformationProtectionAppLearningSummary
impl Sync for WindowsInformationProtectionAppLearningSummary
impl Unpin for WindowsInformationProtectionAppLearningSummary
impl UnwindSafe for WindowsInformationProtectionAppLearningSummary
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