pub struct StoreFSTMisc;Implementations§
Source§impl StoreFSTMisc
impl StoreFSTMisc
pub fn count_collection_buckets( collection: impl AsRef<str>, fst_store_config: &ConfigStoreFST, ) -> Result<usize, ()>
Auto Trait Implementations§
impl Freeze for StoreFSTMisc
impl RefUnwindSafe for StoreFSTMisc
impl Send for StoreFSTMisc
impl Sync for StoreFSTMisc
impl Unpin for StoreFSTMisc
impl UnsafeUnpin for StoreFSTMisc
impl UnwindSafe for StoreFSTMisc
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