pub struct FunctionList(/* private fields */);Expand description
Maps from function name to the stringified function declaration.
Implementations§
Trait Implementations§
Source§impl Debug for FunctionList
impl Debug for FunctionList
Source§impl Default for FunctionList
impl Default for FunctionList
Source§fn default() -> FunctionList
fn default() -> FunctionList
Returns the “default value” for a type. Read more
Source§impl<'a> IntoIterator for &'a FunctionList
impl<'a> IntoIterator for &'a FunctionList
Auto Trait Implementations§
impl Freeze for FunctionList
impl RefUnwindSafe for FunctionList
impl Send for FunctionList
impl Sync for FunctionList
impl Unpin for FunctionList
impl UnwindSafe for FunctionList
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