pub struct SyncDatabase {
pub mappings: MappingStore,
pub status: StatusStore,
}
Fields§
§mappings: MappingStore
§status: StatusStore
Implementations§
Auto Trait Implementations§
impl Freeze for SyncDatabase
impl !RefUnwindSafe for SyncDatabase
impl Send for SyncDatabase
impl Sync for SyncDatabase
impl Unpin for SyncDatabase
impl !UnwindSafe for SyncDatabase
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