pub struct DevicesSummary {
pub linked: usize,
pub revoked: usize,
pub expiring_soon: Vec<ExpiringDevice>,
pub devices_detail: Vec<DeviceStatus>,
}Expand description
Devices summary.
Fields§
§linked: usize§revoked: usize§expiring_soon: Vec<ExpiringDevice>§devices_detail: Vec<DeviceStatus>Trait Implementations§
Source§impl Debug for DevicesSummary
impl Debug for DevicesSummary
Auto Trait Implementations§
impl Freeze for DevicesSummary
impl RefUnwindSafe for DevicesSummary
impl Send for DevicesSummary
impl Sync for DevicesSummary
impl Unpin for DevicesSummary
impl UnsafeUnpin for DevicesSummary
impl UnwindSafe for DevicesSummary
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