pub struct RegistrySet { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for RegistrySet
impl Debug for RegistrySet
Auto Trait Implementations§
impl !RefUnwindSafe for RegistrySet
impl !UnwindSafe for RegistrySet
impl Freeze for RegistrySet
impl Send for RegistrySet
impl Sync for RegistrySet
impl Unpin for RegistrySet
impl UnsafeUnpin for RegistrySet
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