pub enum LimitCondition {
MaximumMaterialCondition,
LeastMaterialCondition,
RegardlessOfFeatureSize,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LimitCondition
impl Clone for LimitCondition
Source§fn clone(&self) -> LimitCondition
fn clone(&self) -> LimitCondition
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 Copy for LimitCondition
Source§impl Debug for LimitCondition
impl Debug for LimitCondition
impl Eq for LimitCondition
Source§impl PartialEq for LimitCondition
impl PartialEq for LimitCondition
Source§fn eq(&self, other: &LimitCondition) -> bool
fn eq(&self, other: &LimitCondition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LimitCondition
Auto Trait Implementations§
impl Freeze for LimitCondition
impl RefUnwindSafe for LimitCondition
impl Send for LimitCondition
impl Sync for LimitCondition
impl Unpin for LimitCondition
impl UnsafeUnpin for LimitCondition
impl UnwindSafe for LimitCondition
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