pub struct Matcher<const N: usize, ARGS = (), R = ()> { /* private fields */ }Expand description
Simple implementation that performs logarithmic lookup of hashes values
Implementations§
Auto Trait Implementations§
impl<const N: usize, ARGS, R> Freeze for Matcher<N, ARGS, R>
impl<const N: usize, ARGS, R> RefUnwindSafe for Matcher<N, ARGS, R>
impl<const N: usize, ARGS, R> Send for Matcher<N, ARGS, R>
impl<const N: usize, ARGS, R> Sync for Matcher<N, ARGS, R>
impl<const N: usize, ARGS, R> Unpin for Matcher<N, ARGS, R>
impl<const N: usize, ARGS, R> UnwindSafe for Matcher<N, ARGS, R>
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