pub enum FunctionData {
Internal(InternalFunctionDefinitionRef),
External(ExternalFunctionId),
}
Variants§
Internal(InternalFunctionDefinitionRef)
External(ExternalFunctionId)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionData
impl RefUnwindSafe for FunctionData
impl !Send for FunctionData
impl !Sync for FunctionData
impl Unpin for FunctionData
impl UnwindSafe for FunctionData
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