pub struct OpenKey {
pub path: String,
}Expand description
One open registry key.
Fields§
§path: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for OpenKey
impl RefUnwindSafe for OpenKey
impl Send for OpenKey
impl Sync for OpenKey
impl Unpin for OpenKey
impl UnsafeUnpin for OpenKey
impl UnwindSafe for OpenKey
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