pub enum InvisibleItemRefView<'m> {
Show 40 variants
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation),
AnnotationCurveOccurrence(&'m AnnotationCurveOccurrence),
AnnotationFillAreaOccurrence(&'m AnnotationFillAreaOccurrence),
AnnotationOccurrence(&'m AnnotationOccurrence),
AnnotationPlaceholderOccurrence(&'m AnnotationPlaceholderOccurrence),
AnnotationPlaceholderOccurrenceWithLeaderLine(&'m AnnotationPlaceholderOccurrenceWithLeaderLine),
AnnotationPlane(&'m AnnotationPlane),
AnnotationSymbolOccurrence(&'m AnnotationSymbolOccurrence),
AnnotationTextOccurrence(&'m AnnotationTextOccurrence),
CharacterizedRepresentation(&'m CharacterizedRepresentation),
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation),
ContextDependentOverRidingStyledItem(&'m ContextDependentOverRidingStyledItem),
DefinitionalRepresentation(&'m DefinitionalRepresentation),
DraughtingAnnotationOccurrence(&'m DraughtingAnnotationOccurrence),
DraughtingCallout(&'m DraughtingCallout),
DraughtingModel(&'m DraughtingModel),
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation),
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation),
LeaderCurve(&'m LeaderCurve),
LeaderDirectedCallout(&'m LeaderDirectedCallout),
LeaderTerminator(&'m LeaderTerminator),
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation),
MechanicalDesignGeometricPresentationRepresentation(&'m MechanicalDesignGeometricPresentationRepresentation),
MechanicalDesignPresentationRepresentationWithDraughting(&'m MechanicalDesignPresentationRepresentationWithDraughting),
MechanicalDesignShadedPresentationRepresentation(&'m MechanicalDesignShadedPresentationRepresentation),
OverRidingStyledItem(&'m OverRidingStyledItem),
PresentationArea(&'m PresentationArea),
PresentationLayerAssignment(&'m PresentationLayerAssignment),
PresentationRepresentation(&'m PresentationRepresentation),
PresentationView(&'m PresentationView),
Representation(&'m Representation),
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation),
ShapeRepresentation(&'m ShapeRepresentation),
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters),
StyledItem(&'m StyledItem),
SymbolRepresentation(&'m SymbolRepresentation),
TerminatorSymbol(&'m TerminatorSymbol),
TessellatedAnnotationOccurrence(&'m TessellatedAnnotationOccurrence),
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation),
Complex(&'m ComplexUnit),
}Variants§
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation)
AnnotationCurveOccurrence(&'m AnnotationCurveOccurrence)
AnnotationFillAreaOccurrence(&'m AnnotationFillAreaOccurrence)
AnnotationOccurrence(&'m AnnotationOccurrence)
AnnotationPlaceholderOccurrence(&'m AnnotationPlaceholderOccurrence)
AnnotationPlaceholderOccurrenceWithLeaderLine(&'m AnnotationPlaceholderOccurrenceWithLeaderLine)
AnnotationPlane(&'m AnnotationPlane)
AnnotationSymbolOccurrence(&'m AnnotationSymbolOccurrence)
AnnotationTextOccurrence(&'m AnnotationTextOccurrence)
CharacterizedRepresentation(&'m CharacterizedRepresentation)
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation)
ContextDependentOverRidingStyledItem(&'m ContextDependentOverRidingStyledItem)
DefinitionalRepresentation(&'m DefinitionalRepresentation)
DraughtingAnnotationOccurrence(&'m DraughtingAnnotationOccurrence)
DraughtingCallout(&'m DraughtingCallout)
DraughtingModel(&'m DraughtingModel)
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation)
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation)
LeaderCurve(&'m LeaderCurve)
LeaderDirectedCallout(&'m LeaderDirectedCallout)
LeaderTerminator(&'m LeaderTerminator)
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation)
MechanicalDesignGeometricPresentationRepresentation(&'m MechanicalDesignGeometricPresentationRepresentation)
MechanicalDesignPresentationRepresentationWithDraughting(&'m MechanicalDesignPresentationRepresentationWithDraughting)
MechanicalDesignShadedPresentationRepresentation(&'m MechanicalDesignShadedPresentationRepresentation)
OverRidingStyledItem(&'m OverRidingStyledItem)
PresentationArea(&'m PresentationArea)
PresentationLayerAssignment(&'m PresentationLayerAssignment)
PresentationRepresentation(&'m PresentationRepresentation)
PresentationView(&'m PresentationView)
Representation(&'m Representation)
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation)
ShapeRepresentation(&'m ShapeRepresentation)
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters)
StyledItem(&'m StyledItem)
SymbolRepresentation(&'m SymbolRepresentation)
TerminatorSymbol(&'m TerminatorSymbol)
TessellatedAnnotationOccurrence(&'m TessellatedAnnotationOccurrence)
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for InvisibleItemRefView<'m>
impl<'m> Clone for InvisibleItemRefView<'m>
Source§fn clone(&self) -> InvisibleItemRefView<'m>
fn clone(&self) -> InvisibleItemRefView<'m>
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 moreimpl<'m> Copy for InvisibleItemRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for InvisibleItemRefView<'m>
impl<'m> RefUnwindSafe for InvisibleItemRefView<'m>
impl<'m> Send for InvisibleItemRefView<'m>
impl<'m> Sync for InvisibleItemRefView<'m>
impl<'m> Unpin for InvisibleItemRefView<'m>
impl<'m> UnsafeUnpin for InvisibleItemRefView<'m>
impl<'m> UnwindSafe for InvisibleItemRefView<'m>
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