pub struct BuiltinFn(pub String, pub fn(&[Thunk]) -> Result<Thunk, Error>);Tuple Fields§
§0: String§1: fn(&[Thunk]) -> Result<Thunk, Error>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltinFn
impl RefUnwindSafe for BuiltinFn
impl Send for BuiltinFn
impl Sync for BuiltinFn
impl Unpin for BuiltinFn
impl UnwindSafe for BuiltinFn
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