pub struct StereoAssignment2D {
pub assignments: Vec<(AtomIdx, CipCode)>,
}Expand description
Result of a 2D-based stereochemistry assignment.
Fields§
§assignments: Vec<(AtomIdx, CipCode)>Implementations§
Trait Implementations§
Source§impl Clone for StereoAssignment2D
impl Clone for StereoAssignment2D
Source§fn clone(&self) -> StereoAssignment2D
fn clone(&self) -> StereoAssignment2D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StereoAssignment2D
impl Debug for StereoAssignment2D
Source§impl Default for StereoAssignment2D
impl Default for StereoAssignment2D
Source§fn default() -> StereoAssignment2D
fn default() -> StereoAssignment2D
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StereoAssignment2D
impl RefUnwindSafe for StereoAssignment2D
impl Send for StereoAssignment2D
impl Sync for StereoAssignment2D
impl Unpin for StereoAssignment2D
impl UnsafeUnpin for StereoAssignment2D
impl UnwindSafe for StereoAssignment2D
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