pub struct MathContext(pub HashMap<String, f64>);Tuple Fields§
§0: HashMap<String, f64>Implementations§
Trait Implementations§
Source§impl Clone for MathContext
impl Clone for MathContext
Source§fn clone(&self) -> MathContext
fn clone(&self) -> MathContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MathContext
impl Debug for MathContext
Auto Trait Implementations§
impl Freeze for MathContext
impl RefUnwindSafe for MathContext
impl Send for MathContext
impl Sync for MathContext
impl Unpin for MathContext
impl UnwindSafe for MathContext
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