#[repr(C)]pub struct DzlFuzzyIndex { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlFuzzyIndex
impl RefUnwindSafe for DzlFuzzyIndex
impl !Send for DzlFuzzyIndex
impl !Sync for DzlFuzzyIndex
impl !Unpin for DzlFuzzyIndex
impl UnwindSafe for DzlFuzzyIndex
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