Skip to main content

KeyNode

Type Alias KeyNode 

Source
pub type KeyNode = Rc<RefCell<RegistryKey>>;

Aliased Type§

pub struct KeyNode { /* private fields */ }

Trait Implementations§

Source§

impl RegistryKeyExt for KeyNode

Source§

fn apply_patch_with( &self, diff: &DiffResult, options: PatchOptions, ) -> PatchResult

Source§

fn apply_patch(&self, diff: &DiffResult) -> PatchResult

Source§

fn apply_text_patch( &self, text: &str, options: PatchOptions, ) -> Result<PatchResult, String>

Source§

fn compare_with(&self, other: &KeyNode) -> DiffResult

Source§

fn export_diff_text( &self, other: &KeyNode, from_file: Option<&str>, to_file: Option<&str>, ) -> String