pub enum DesignRule {
Comparison(Comparison),
Objective(Objective),
}
Expand description
Design rule.
Variants§
Trait Implementations§
Source§impl Clone for DesignRule
impl Clone for DesignRule
Source§fn clone(&self) -> DesignRule
fn clone(&self) -> DesignRule
Returns a duplicate of the value. Read more
1.0.0 · 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 DesignRule
impl Debug for DesignRule
Source§impl PartialEq for DesignRule
impl PartialEq for DesignRule
impl StructuralPartialEq for DesignRule
Auto Trait Implementations§
impl Freeze for DesignRule
impl RefUnwindSafe for DesignRule
impl !Send for DesignRule
impl !Sync for DesignRule
impl Unpin for DesignRule
impl UnwindSafe for DesignRule
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