pub struct Cyh;Expand description
Free (non-disulfide) cysteine (1 χ angle, 3 rotamers).
Trait Implementations§
Source§impl Residue for Cyh
impl Residue for Cyh
impl Copy for Cyh
impl Eq for Cyh
impl StructuralPartialEq for Cyh
Auto Trait Implementations§
impl Freeze for Cyh
impl RefUnwindSafe for Cyh
impl Send for Cyh
impl Sync for Cyh
impl Unpin for Cyh
impl UnsafeUnpin for Cyh
impl UnwindSafe for Cyh
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