pub enum KeyType {
Show 19 variants
Descriptor,
BusDependentInfo,
Vendor,
HardwareVersion,
Module,
NodeCapabilities,
Eui64,
Unit,
SpecifierId,
Version,
DependentInfo,
UnitLocation,
Model,
Instance,
Keyword,
Feature,
ModifiableDescriptor,
DirectoryId,
Reserved(u8),
}Expand description
The enumeration to express key of directory entry.
Variants§
Descriptor
BusDependentInfo
Vendor
HardwareVersion
Module
NodeCapabilities
Eui64
Unit
SpecifierId
Version
DependentInfo
UnitLocation
Model
Instance
Keyword
Feature
ModifiableDescriptor
DirectoryId
Reserved(u8)
Trait Implementations§
impl Copy for KeyType
impl Eq for KeyType
impl StructuralPartialEq for KeyType
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnwindSafe for KeyType
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