pub enum SecondaryStructure {
AlphaHelix,
BetaStrand,
Loop,
Turn,
}Expand description
Protein secondary structure element.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SecondaryStructure
impl Clone for SecondaryStructure
Source§fn clone(&self) -> SecondaryStructure
fn clone(&self) -> SecondaryStructure
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 moreSource§impl Debug for SecondaryStructure
impl Debug for SecondaryStructure
Source§impl PartialEq for SecondaryStructure
impl PartialEq for SecondaryStructure
impl StructuralPartialEq for SecondaryStructure
Auto Trait Implementations§
impl Freeze for SecondaryStructure
impl RefUnwindSafe for SecondaryStructure
impl Send for SecondaryStructure
impl Sync for SecondaryStructure
impl Unpin for SecondaryStructure
impl UnsafeUnpin for SecondaryStructure
impl UnwindSafe for SecondaryStructure
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