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