Struct polars_utils::cache::CachedFunc
source · pub struct CachedFunc<T, R, F> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, R, F> RefUnwindSafe for CachedFunc<T, R, F>where F: RefUnwindSafe, R: RefUnwindSafe, T: RefUnwindSafe,
impl<T, R, F> Send for CachedFunc<T, R, F>where F: Send, R: Send, T: Send,
impl<T, R, F> Sync for CachedFunc<T, R, F>where F: Sync, R: Sync, T: Sync,
impl<T, R, F> Unpin for CachedFunc<T, R, F>where F: Unpin, R: Unpin, T: Unpin,
impl<T, R, F> UnwindSafe for CachedFunc<T, R, F>where F: UnwindSafe, R: UnwindSafe, T: UnwindSafe,
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