pub enum XtbMethod {
GFN2xTB,
GFN1xTB,
GFN0xTB,
GFNFF,
}Expand description
Possible parametrisations for the Calculator.
Variants§
Trait Implementations§
impl Copy for XtbMethod
impl StructuralPartialEq for XtbMethod
Auto Trait Implementations§
impl Freeze for XtbMethod
impl RefUnwindSafe for XtbMethod
impl Send for XtbMethod
impl Sync for XtbMethod
impl Unpin for XtbMethod
impl UnwindSafe for XtbMethod
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