pub struct OrganizationReportMetrics {
pub total_application_count: Option<i32>,
pub total_at_risk_application_count: Option<i32>,
pub total_critical_application_count: Option<i32>,
pub total_critical_at_risk_application_count: Option<i32>,
pub total_member_count: Option<i32>,
pub total_at_risk_member_count: Option<i32>,
pub total_critical_member_count: Option<i32>,
pub total_critical_at_risk_member_count: Option<i32>,
pub total_password_count: Option<i32>,
pub total_at_risk_password_count: Option<i32>,
pub total_critical_password_count: Option<i32>,
pub total_critical_at_risk_password_count: Option<i32>,
}Fields§
§total_application_count: Option<i32>§total_at_risk_application_count: Option<i32>§total_critical_application_count: Option<i32>§total_critical_at_risk_application_count: Option<i32>§total_member_count: Option<i32>§total_at_risk_member_count: Option<i32>§total_critical_member_count: Option<i32>§total_critical_at_risk_member_count: Option<i32>§total_password_count: Option<i32>§total_at_risk_password_count: Option<i32>§total_critical_password_count: Option<i32>§total_critical_at_risk_password_count: Option<i32>Implementations§
Source§impl OrganizationReportMetrics
impl OrganizationReportMetrics
pub fn new() -> OrganizationReportMetrics
Trait Implementations§
Source§impl Clone for OrganizationReportMetrics
impl Clone for OrganizationReportMetrics
Source§fn clone(&self) -> OrganizationReportMetrics
fn clone(&self) -> OrganizationReportMetrics
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 Debug for OrganizationReportMetrics
impl Debug for OrganizationReportMetrics
Source§impl Default for OrganizationReportMetrics
impl Default for OrganizationReportMetrics
Source§fn default() -> OrganizationReportMetrics
fn default() -> OrganizationReportMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationReportMetrics
impl<'de> Deserialize<'de> for OrganizationReportMetrics
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
impl StructuralPartialEq for OrganizationReportMetrics
Auto Trait Implementations§
impl Freeze for OrganizationReportMetrics
impl RefUnwindSafe for OrganizationReportMetrics
impl Send for OrganizationReportMetrics
impl Sync for OrganizationReportMetrics
impl Unpin for OrganizationReportMetrics
impl UnsafeUnpin for OrganizationReportMetrics
impl UnwindSafe for OrganizationReportMetrics
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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