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