[][src]Struct graph_rs_types::complextypes::RegistryKeyState

pub struct RegistryKeyState {
    pub hive: RegistryHive,
    pub key: String,
    pub old_key: String,
    pub old_value_data: String,
    pub old_value_name: String,
    pub operation: RegistryOperation,
    pub process_id: i32,
    pub value_data: String,
    pub value_name: String,
    pub value_type: RegistryValueType,
}

Fields

hive: RegistryHivekey: Stringold_key: Stringold_value_data: Stringold_value_name: Stringoperation: RegistryOperationprocess_id: i32value_data: Stringvalue_name: Stringvalue_type: RegistryValueType

Trait Implementations

impl Eq for RegistryKeyState[src]

impl Clone for RegistryKeyState[src]

impl PartialEq<RegistryKeyState> for RegistryKeyState[src]

impl Debug for RegistryKeyState[src]

impl Serialize for RegistryKeyState[src]

impl<'de> Deserialize<'de> for RegistryKeyState[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]