pub struct Mol2Parser<R> { /* private fields */ }Expand description
TRIPOS MOL2 format parser.
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Mol2Parser<R>where
R: Freeze,
impl<R> RefUnwindSafe for Mol2Parser<R>where
R: RefUnwindSafe,
impl<R> Send for Mol2Parser<R>where
R: Send,
impl<R> Sync for Mol2Parser<R>where
R: Sync,
impl<R> Unpin for Mol2Parser<R>where
R: Unpin,
impl<R> UnsafeUnpin for Mol2Parser<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for Mol2Parser<R>where
R: UnwindSafe,
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