pub enum SnapshotSection {
Identity,
Os,
Guids,
Bios,
LogicalDisks,
PhysicalDisks,
Network,
Users,
}Expand description
Snapshot section identifier used for partial-result reporting.
Variants§
Identity
Host identity details (hostname).
Os
Operating system details.
Guids
GUID values (machine/firmware).
Bios
BIOS details.
LogicalDisks
Logical volumes.
PhysicalDisks
Physical disks.
Network
Network interfaces.
Users
User/account inventory.
Trait Implementations§
Source§impl Clone for SnapshotSection
impl Clone for SnapshotSection
Source§fn clone(&self) -> SnapshotSection
fn clone(&self) -> SnapshotSection
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 SnapshotSection
impl Debug for SnapshotSection
Source§impl Hash for SnapshotSection
impl Hash for SnapshotSection
Source§impl PartialEq for SnapshotSection
impl PartialEq for SnapshotSection
impl Copy for SnapshotSection
impl Eq for SnapshotSection
impl StructuralPartialEq for SnapshotSection
Auto Trait Implementations§
impl Freeze for SnapshotSection
impl RefUnwindSafe for SnapshotSection
impl Send for SnapshotSection
impl Sync for SnapshotSection
impl Unpin for SnapshotSection
impl UnsafeUnpin for SnapshotSection
impl UnwindSafe for SnapshotSection
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