pub struct ErgNode {
pub ntype: ErgNodeType,
pub atom_indices: Vec<usize>,
}Expand description
Reduced graph node representing a functional group or backbone segment.
Fields§
§ntype: ErgNodeType§atom_indices: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErgNode
impl RefUnwindSafe for ErgNode
impl Send for ErgNode
impl Sync for ErgNode
impl Unpin for ErgNode
impl UnsafeUnpin for ErgNode
impl UnwindSafe for ErgNode
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