pub enum HelixClass {
RightHandedAlpha,
RightHandedOmega,
RightHandedPi,
RightHandedGamma,
RightHanded310,
LeftHandedAlpha,
LeftHandedOmega,
LeftHandedGamma,
TwoSevenRibbonHelix,
Polyproline,
Unknown,
}Variants§
RightHandedAlpha
RightHandedOmega
RightHandedPi
RightHandedGamma
RightHanded310
LeftHandedAlpha
LeftHandedOmega
LeftHandedGamma
TwoSevenRibbonHelix
Polyproline
Unknown
Trait Implementations§
Source§impl Clone for HelixClass
impl Clone for HelixClass
Source§fn clone(&self) -> HelixClass
fn clone(&self) -> HelixClass
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 HelixClass
impl Debug for HelixClass
Source§impl Default for HelixClass
impl Default for HelixClass
Source§impl Serialize for HelixClass
impl Serialize for HelixClass
impl Copy for HelixClass
Auto Trait Implementations§
impl Freeze for HelixClass
impl RefUnwindSafe for HelixClass
impl Send for HelixClass
impl Sync for HelixClass
impl Unpin for HelixClass
impl UnwindSafe for HelixClass
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