pub enum RegistryHive {
UnknownFutureValue,
UsersDefault,
LocalMachineSystem,
LocalMachineSoftware,
LocalMachineSecurity,
LocalMachineSam,
CurrentUser,
CurrentConfig,
Unknown,
}
Variants§
UnknownFutureValue
UsersDefault
LocalMachineSystem
LocalMachineSoftware
LocalMachineSecurity
LocalMachineSam
CurrentUser
CurrentConfig
Unknown
Trait Implementations§
Source§impl Clone for RegistryHive
impl Clone for RegistryHive
Source§fn clone(&self) -> RegistryHive
fn clone(&self) -> RegistryHive
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 RegistryHive
impl Debug for RegistryHive
Source§impl<'de> Deserialize<'de> for RegistryHive
impl<'de> Deserialize<'de> for RegistryHive
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
Source§impl Hash for RegistryHive
impl Hash for RegistryHive
Source§impl Ord for RegistryHive
impl Ord for RegistryHive
Source§fn cmp(&self, other: &RegistryHive) -> Ordering
fn cmp(&self, other: &RegistryHive) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RegistryHive
impl PartialEq for RegistryHive
Source§impl PartialOrd for RegistryHive
impl PartialOrd for RegistryHive
Source§impl Serialize for RegistryHive
impl Serialize for RegistryHive
impl Eq for RegistryHive
impl StructuralPartialEq for RegistryHive
Auto Trait Implementations§
impl Freeze for RegistryHive
impl RefUnwindSafe for RegistryHive
impl Send for RegistryHive
impl Sync for RegistryHive
impl Unpin for RegistryHive
impl UnwindSafe for RegistryHive
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