pub enum PwySource {
MetaCyc,
Kegg,
Seed,
Custom,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PwySource
impl<'de> Deserialize<'de> for PwySource
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 PwySource
impl Eq for PwySource
impl StructuralPartialEq for PwySource
Auto Trait Implementations§
impl Freeze for PwySource
impl RefUnwindSafe for PwySource
impl Send for PwySource
impl Sync for PwySource
impl Unpin for PwySource
impl UnsafeUnpin for PwySource
impl UnwindSafe for PwySource
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