pub enum OrientedClosedShellRef {
OrientedClosedShell(OrientedClosedShellId),
Complex(ComplexUnitId),
}Variants§
OrientedClosedShell(OrientedClosedShellId)
Complex(ComplexUnitId)
Implementations§
Source§impl OrientedClosedShellRef
impl OrientedClosedShellRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> OrientedClosedShellRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for OrientedClosedShellRef
impl Clone for OrientedClosedShellRef
Source§fn clone(&self) -> OrientedClosedShellRef
fn clone(&self) -> OrientedClosedShellRef
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 OrientedClosedShellRef
impl Debug for OrientedClosedShellRef
Source§impl PartialEq for OrientedClosedShellRef
impl PartialEq for OrientedClosedShellRef
Source§fn eq(&self, other: &OrientedClosedShellRef) -> bool
fn eq(&self, other: &OrientedClosedShellRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrientedClosedShellRef
Auto Trait Implementations§
impl Freeze for OrientedClosedShellRef
impl RefUnwindSafe for OrientedClosedShellRef
impl Send for OrientedClosedShellRef
impl Sync for OrientedClosedShellRef
impl Unpin for OrientedClosedShellRef
impl UnsafeUnpin for OrientedClosedShellRef
impl UnwindSafe for OrientedClosedShellRef
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