pub struct tag_cqdb { /* private fields */ }Expand description
CQDB Reader API
The CQDB reader API provides a read access to the database.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tag_cqdb
impl RefUnwindSafe for tag_cqdb
impl Send for tag_cqdb
impl Sync for tag_cqdb
impl Unpin for tag_cqdb
impl UnwindSafe for tag_cqdb
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