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