pub struct AffectedApplications { /* private fields */ }Expand description
A reusable affected-application report plus its reboot reasons.
Implementations§
Source§impl AffectedApplications
impl AffectedApplications
Sourcepub fn applications(&self) -> &[AffectedApplication]
pub fn applications(&self) -> &[AffectedApplication]
Returns the affected entries.
Sourcepub const fn reboot_reasons(&self) -> RebootReasons
pub const fn reboot_reasons(&self) -> RebootReasons
Returns the reboot reasons supplied with this snapshot.
Sourcepub fn iter(&self) -> Iter<'_, AffectedApplication>
pub fn iter(&self) -> Iter<'_, AffectedApplication>
Returns an iterator over the affected entries.
Trait Implementations§
Source§impl Clone for AffectedApplications
impl Clone for AffectedApplications
Source§fn clone(&self) -> AffectedApplications
fn clone(&self) -> AffectedApplications
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 Debug for AffectedApplications
impl Debug for AffectedApplications
impl Eq for AffectedApplications
Source§impl IntoIterator for AffectedApplications
impl IntoIterator for AffectedApplications
Source§impl<'a> IntoIterator for &'a AffectedApplications
impl<'a> IntoIterator for &'a AffectedApplications
Source§impl PartialEq for AffectedApplications
impl PartialEq for AffectedApplications
impl StructuralPartialEq for AffectedApplications
Auto Trait Implementations§
impl Freeze for AffectedApplications
impl RefUnwindSafe for AffectedApplications
impl Send for AffectedApplications
impl Sync for AffectedApplications
impl Unpin for AffectedApplications
impl UnsafeUnpin for AffectedApplications
impl UnwindSafe for AffectedApplications
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