pub struct FunctionInfo { /* private fields */ }Implementations§
Source§impl FunctionInfo
impl FunctionInfo
pub fn new(param_count: i8, func: &'static Function) -> Self
pub fn new_returning(param_count: i8, func: &'static ReturningFunction) -> Self
Auto Trait Implementations§
impl Freeze for FunctionInfo
impl !RefUnwindSafe for FunctionInfo
impl Send for FunctionInfo
impl Sync for FunctionInfo
impl Unpin for FunctionInfo
impl !UnwindSafe for FunctionInfo
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