pub enum PwyStatus {
Full,
Threshold,
Keyenzyme,
}Expand description
High-level presence tag attached to every predicted-present pathway.
See src/analyse_alignments.R:180-189.
Variants§
Full
Completeness exactly 100%.
Threshold
Predicted present via the lower (completenessCutoff) threshold,
with all key reactions present.
Keyenzyme
Predicted present via key-enzyme hint below the main threshold.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PwyStatus
impl<'de> Deserialize<'de> for PwyStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for PwyStatus
impl Eq for PwyStatus
impl StructuralPartialEq for PwyStatus
Auto Trait Implementations§
impl Freeze for PwyStatus
impl RefUnwindSafe for PwyStatus
impl Send for PwyStatus
impl Sync for PwyStatus
impl Unpin for PwyStatus
impl UnsafeUnpin for PwyStatus
impl UnwindSafe for PwyStatus
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