pub struct PackagesDb { /* private fields */ }Expand description
Handle to an open spam packages database or autonomous index.
Only the fixed-size bucket index is loaded into memory on construction.
Implementations§
Source§impl PackagesDb
impl PackagesDb
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackagesDb
impl RefUnwindSafe for PackagesDb
impl Send for PackagesDb
impl Sync for PackagesDb
impl Unpin for PackagesDb
impl UnsafeUnpin for PackagesDb
impl UnwindSafe for PackagesDb
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