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