Enum donet_core::dcfield::StructField
source · pub enum StructField<'dc> {
Field(DCField<'dc>),
Molecular(DCMolecularField<'dc>),
}
Expand description
A different enumerator representing DC Field types used for DC Structs, since they cannot contain DC Atomic Fields.
Variants§
Field(DCField<'dc>)
Molecular(DCMolecularField<'dc>)
Trait Implementations§
Auto Trait Implementations§
impl<'dc> Freeze for StructField<'dc>
impl<'dc> RefUnwindSafe for StructField<'dc>
impl<'dc> Send for StructField<'dc>
impl<'dc> Sync for StructField<'dc>
impl<'dc> Unpin for StructField<'dc>
impl<'dc> UnwindSafe for StructField<'dc>
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