pub struct Ssbond {
pub a: (char, ResidueSerial),
pub b: (char, ResidueSerial),
}Fields§
§a: (char, ResidueSerial)§b: (char, ResidueSerial)Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ssbond
impl RefUnwindSafe for Ssbond
impl Send for Ssbond
impl Sync for Ssbond
impl Unpin for Ssbond
impl UnwindSafe for Ssbond
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