pub struct BbtDb {
conn: Connection,
}Expand description
Read-only connection to the BBT citekey database.
Fields§
§conn: ConnectionImplementations§
Source§impl BbtDb
impl BbtDb
Sourcepub fn citekey_for_item_key(&self, item_key: &str) -> Result<Option<String>>
pub fn citekey_for_item_key(&self, item_key: &str) -> Result<Option<String>>
Look up a citekey by Zotero item key (e.g., “9MS26VH5” → “demilloHintsTestData1978”).
Auto Trait Implementations§
impl !Freeze for BbtDb
impl !RefUnwindSafe for BbtDb
impl Send for BbtDb
impl !Sync for BbtDb
impl Unpin for BbtDb
impl !UnwindSafe for BbtDb
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