pub struct StdLib {
pub functions: HashMap<String, BuiltinFn>,
pub types: HashMap<String, ResolvedType>,
}Expand description
Built-in function registry
Fields§
§functions: HashMap<String, BuiltinFn>§types: HashMap<String, ResolvedType>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdLib
impl RefUnwindSafe for StdLib
impl Send for StdLib
impl Sync for StdLib
impl Unpin for StdLib
impl UnwindSafe for StdLib
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