pub struct RegistryPersistence;Expand description
Registry persistence (for future: save/load to disk)
Implementations§
Auto Trait Implementations§
impl Freeze for RegistryPersistence
impl RefUnwindSafe for RegistryPersistence
impl Send for RegistryPersistence
impl Sync for RegistryPersistence
impl Unpin for RegistryPersistence
impl UnsafeUnpin for RegistryPersistence
impl UnwindSafe for RegistryPersistence
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