pub struct FilterCache<'a, C: TrustedIterAll, D> { /* private fields */ }Expand description
A set of cached elements
Implementations§
Source§impl<'a, C: TrustedIterAll, D> FilterCache<'a, C, D>
impl<'a, C: TrustedIterAll, D> FilterCache<'a, C, D>
pub fn handle(&mut self, c: &mut CacheSession<'a, C>) -> &mut [(&mut C::T, D)]
Trait Implementations§
impl<'a, C: TrustedIterAll, D> Send for FilterCache<'a, C, D>
impl<'a, C: TrustedIterAll, D> Sync for FilterCache<'a, C, D>
Auto Trait Implementations§
impl<'a, C, D> Freeze for FilterCache<'a, C, D>
impl<'a, C, D> RefUnwindSafe for FilterCache<'a, C, D>
impl<'a, C, D> Unpin for FilterCache<'a, C, D>where
D: Unpin,
impl<'a, C, D> UnwindSafe for FilterCache<'a, C, D>
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