pub struct XtbEnvironment { /* private fields */ }Expand description
XTB Calculation environment
Implementations§
Source§impl XtbEnvironment
impl XtbEnvironment
Sourcepub fn check_error(&self) -> Result<()>
pub fn check_error(&self) -> Result<()>
Check current status of calculation environment.
Sourcepub fn set_output_verbose(&self) -> Result<()>
pub fn set_output_verbose(&self) -> Result<()>
Set verbosity of calculation output to be verbose
Sourcepub fn set_output_minimal(&self) -> Result<()>
pub fn set_output_minimal(&self) -> Result<()>
Set verbosity of calculation output to be minimal
Sourcepub fn set_output_muted(&self) -> Result<()>
pub fn set_output_muted(&self) -> Result<()>
Set verbosity of calculation output to be muted
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XtbEnvironment
impl RefUnwindSafe for XtbEnvironment
impl !Send for XtbEnvironment
impl !Sync for XtbEnvironment
impl Unpin for XtbEnvironment
impl UnwindSafe for XtbEnvironment
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