pub enum BondType {
Default,
Single,
Up,
Down,
Delocalized,
Double,
Triple,
Quadruple,
Dative,
}Variants§
Trait Implementations§
impl Copy for BondType
impl Eq for BondType
impl StructuralPartialEq for BondType
Auto Trait Implementations§
impl Freeze for BondType
impl RefUnwindSafe for BondType
impl Send for BondType
impl Sync for BondType
impl Unpin for BondType
impl UnwindSafe for BondType
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