pub struct RxnId(/* private fields */);Expand description
Reaction identifier (e.g. rxn00148_c0, EX_cpd00007_e0, bio1).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RxnId
impl<'de> Deserialize<'de> for RxnId
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
Source§impl Ord for RxnId
impl Ord for RxnId
Source§impl PartialOrd for RxnId
impl PartialOrd for RxnId
impl Eq for RxnId
impl StructuralPartialEq for RxnId
Auto Trait Implementations§
impl Freeze for RxnId
impl RefUnwindSafe for RxnId
impl Send for RxnId
impl Sync for RxnId
impl Unpin for RxnId
impl UnsafeUnpin for RxnId
impl UnwindSafe for RxnId
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