pub struct FunctionMap { /* private fields */ }
Implementations§
Source§impl FunctionMap
impl FunctionMap
pub fn add_function(&mut self, fname: &str, f: OperatorFunction)
pub fn get_functions( &self, ) -> impl Iterator<Item = (&String, &OperatorFunction)>
Trait Implementations§
Source§impl Default for FunctionMap
impl Default for FunctionMap
Source§fn default() -> FunctionMap
fn default() -> FunctionMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FunctionMap
impl RefUnwindSafe for FunctionMap
impl Send for FunctionMap
impl Sync for FunctionMap
impl Unpin for FunctionMap
impl UnwindSafe for FunctionMap
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