pub struct RegParser { /* private fields */ }Expand description
Acts as a wrapper for reading registry entries
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegParser
impl RefUnwindSafe for RegParser
impl Send for RegParser
impl Sync for RegParser
impl Unpin for RegParser
impl UnwindSafe for RegParser
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