pub enum Toolkit {
OpenBabel,
}Variants§
OpenBabel
Auto Trait Implementations§
impl Freeze for Toolkit
impl RefUnwindSafe for Toolkit
impl Send for Toolkit
impl Sync for Toolkit
impl Unpin for Toolkit
impl UnwindSafe for Toolkit
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