pub enum DrlTemplate {
Default,
Coarsen,
Coarsest,
Refine,
Final,
}Expand description
Predefined parameter templates for DrL.
Variants§
Trait Implementations§
Source§impl Clone for DrlTemplate
impl Clone for DrlTemplate
Source§fn clone(&self) -> DrlTemplate
fn clone(&self) -> DrlTemplate
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 DrlTemplate
impl Debug for DrlTemplate
Source§impl PartialEq for DrlTemplate
impl PartialEq for DrlTemplate
Source§fn eq(&self, other: &DrlTemplate) -> bool
fn eq(&self, other: &DrlTemplate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DrlTemplate
impl Eq for DrlTemplate
impl StructuralPartialEq for DrlTemplate
Auto Trait Implementations§
impl Freeze for DrlTemplate
impl RefUnwindSafe for DrlTemplate
impl Send for DrlTemplate
impl Sync for DrlTemplate
impl Unpin for DrlTemplate
impl UnsafeUnpin for DrlTemplate
impl UnwindSafe for DrlTemplate
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