pub struct SearchCache<const SEARCH_DISTANCE: usize>(/* private fields */);Trait Implementations§
Source§impl<const SEARCH_DISTANCE: usize> Clone for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Clone for SearchCache<SEARCH_DISTANCE>
Source§fn clone(&self) -> SearchCache<SEARCH_DISTANCE>
fn clone(&self) -> SearchCache<SEARCH_DISTANCE>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const SEARCH_DISTANCE: usize> Default for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Default for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Copy for SearchCache<SEARCH_DISTANCE>
Auto Trait Implementations§
impl<const SEARCH_DISTANCE: usize> Freeze for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> RefUnwindSafe for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Send for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Sync for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> Unpin for SearchCache<SEARCH_DISTANCE>
impl<const SEARCH_DISTANCE: usize> UnwindSafe for SearchCache<SEARCH_DISTANCE>
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