pub struct ExpandedReaction {
pub pathway: String,
pub pathway_name: String,
pub rxn: String,
pub name: String,
pub ec: String,
pub keyrea: bool,
pub spont: bool,
}Expand description
One (pathway, reaction) pair ready for alignment.
Fields§
§pathway: String§pathway_name: String§rxn: String§name: String§ec: String§keyrea: bool§spont: boolTrait Implementations§
Source§impl Clone for ExpandedReaction
impl Clone for ExpandedReaction
Source§fn clone(&self) -> ExpandedReaction
fn clone(&self) -> ExpandedReaction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExpandedReaction
impl RefUnwindSafe for ExpandedReaction
impl Send for ExpandedReaction
impl Sync for ExpandedReaction
impl Unpin for ExpandedReaction
impl UnsafeUnpin for ExpandedReaction
impl UnwindSafe for ExpandedReaction
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