pub enum FunctionCacheEntry {
Native(OwnedNativeFunction),
Expression(ExpressionFunction),
}Variants§
Native(OwnedNativeFunction)
Expression(ExpressionFunction)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FunctionCacheEntry
impl !Send for FunctionCacheEntry
impl !Sync for FunctionCacheEntry
impl !UnwindSafe for FunctionCacheEntry
impl Freeze for FunctionCacheEntry
impl Unpin for FunctionCacheEntry
impl UnsafeUnpin for FunctionCacheEntry
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