pub enum ClosedShellRef {
ClosedShell(ClosedShellId),
OrientedClosedShell(OrientedClosedShellId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl ClosedShellRef
impl ClosedShellRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> ClosedShellRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for ClosedShellRef
impl Clone for ClosedShellRef
Source§fn clone(&self) -> ClosedShellRef
fn clone(&self) -> ClosedShellRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClosedShellRef
impl Debug for ClosedShellRef
Source§impl PartialEq for ClosedShellRef
impl PartialEq for ClosedShellRef
Source§fn eq(&self, other: &ClosedShellRef) -> bool
fn eq(&self, other: &ClosedShellRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClosedShellRef
Auto Trait Implementations§
impl Freeze for ClosedShellRef
impl RefUnwindSafe for ClosedShellRef
impl Send for ClosedShellRef
impl Sync for ClosedShellRef
impl Unpin for ClosedShellRef
impl UnsafeUnpin for ClosedShellRef
impl UnwindSafe for ClosedShellRef
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