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