pub struct ObjectDb { /* private fields */ }Expand description
Object definition database
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectDb
impl RefUnwindSafe for ObjectDb
impl Send for ObjectDb
impl Sync for ObjectDb
impl Unpin for ObjectDb
impl UnsafeUnpin for ObjectDb
impl UnwindSafe for ObjectDb
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