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