pub struct SearchFamily;Expand description
A family of algorithms for searching
Implementations§
Auto Trait Implementations§
impl Freeze for SearchFamily
impl RefUnwindSafe for SearchFamily
impl Send for SearchFamily
impl Sync for SearchFamily
impl Unpin for SearchFamily
impl UnwindSafe for SearchFamily
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