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