pub struct StereoAssignment3D {
pub assignments: Vec<(AtomIdx, CipCode)>,
}Expand description
Result of a 3D-based stereochemistry assignment.
Fields§
§assignments: Vec<(AtomIdx, CipCode)>Implementations§
Trait Implementations§
Source§impl Debug for StereoAssignment3D
impl Debug for StereoAssignment3D
Source§impl Default for StereoAssignment3D
impl Default for StereoAssignment3D
Source§fn default() -> StereoAssignment3D
fn default() -> StereoAssignment3D
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StereoAssignment3D
impl RefUnwindSafe for StereoAssignment3D
impl Send for StereoAssignment3D
impl Sync for StereoAssignment3D
impl Unpin for StereoAssignment3D
impl UnsafeUnpin for StereoAssignment3D
impl UnwindSafe for StereoAssignment3D
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