pub enum ToolCategory {
Cheminformatics,
StructurePrediction,
ProteinDesign,
PeptideBinderDesign,
MoleculeDynamics,
QuantumChemistry,
AntibodyDesign,
SequencePrediction,
SequenceAnalysis,
PropertyPrediction,
BindingData,
Placeholder,
}Variants§
Cheminformatics
StructurePrediction
ProteinDesign
PeptideBinderDesign
MoleculeDynamics
QuantumChemistry
AntibodyDesign
SequencePrediction
SequenceAnalysis
PropertyPrediction
BindingData
Placeholder
Trait Implementations§
Source§impl Clone for ToolCategory
impl Clone for ToolCategory
Source§fn clone(&self) -> ToolCategory
fn clone(&self) -> ToolCategory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ToolCategory
Source§impl Debug for ToolCategory
impl Debug for ToolCategory
Source§impl Display for ToolCategory
impl Display for ToolCategory
Source§impl PartialEq for ToolCategory
impl PartialEq for ToolCategory
impl StructuralPartialEq for ToolCategory
Auto Trait Implementations§
impl Freeze for ToolCategory
impl RefUnwindSafe for ToolCategory
impl Send for ToolCategory
impl Sync for ToolCategory
impl Unpin for ToolCategory
impl UnsafeUnpin for ToolCategory
impl UnwindSafe for ToolCategory
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