pub struct CzdbDisk { /* private fields */ }Expand description
Disk-backed CZDB searcher.
基于磁盘读取的 CZDB 查询器。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CzdbDisk
impl RefUnwindSafe for CzdbDisk
impl Send for CzdbDisk
impl Sync for CzdbDisk
impl Unpin for CzdbDisk
impl UnwindSafe for CzdbDisk
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