pub enum TrimmingSelectRef {
ApllPoint(ApllPointId),
ApllPointWithSurface(ApllPointWithSurfaceId),
CartesianPoint(CartesianPointId),
ParameterValue(f64),
}Variants§
ApllPoint(ApllPointId)
ApllPointWithSurface(ApllPointWithSurfaceId)
CartesianPoint(CartesianPointId)
ParameterValue(f64)
Implementations§
Trait Implementations§
Source§impl Clone for TrimmingSelectRef
impl Clone for TrimmingSelectRef
Source§fn clone(&self) -> TrimmingSelectRef
fn clone(&self) -> TrimmingSelectRef
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 TrimmingSelectRef
impl Debug for TrimmingSelectRef
Source§impl PartialEq for TrimmingSelectRef
impl PartialEq for TrimmingSelectRef
Source§fn eq(&self, other: &TrimmingSelectRef) -> bool
fn eq(&self, other: &TrimmingSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TrimmingSelectRef
Auto Trait Implementations§
impl Freeze for TrimmingSelectRef
impl RefUnwindSafe for TrimmingSelectRef
impl Send for TrimmingSelectRef
impl Sync for TrimmingSelectRef
impl Unpin for TrimmingSelectRef
impl UnsafeUnpin for TrimmingSelectRef
impl UnwindSafe for TrimmingSelectRef
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