pub struct TermCalc { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TermCalc
impl RefUnwindSafe for TermCalc
impl Send for TermCalc
impl Sync for TermCalc
impl Unpin for TermCalc
impl UnwindSafe for TermCalc
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