pub struct MeshDMAdaptLabelPolicy {
pub fixed_boundary_labels: Vec<(String, i32)>,
pub protected_region_labels: Vec<(String, i32)>,
pub relax_region_labels: Vec<(String, i32)>,
}Expand description
Label-aware adaptation constraints for DM-level metric workflows.
Fields§
§fixed_boundary_labels: Vec<(String, i32)>§protected_region_labels: Vec<(String, i32)>§relax_region_labels: Vec<(String, i32)>Trait Implementations§
Source§impl Clone for MeshDMAdaptLabelPolicy
impl Clone for MeshDMAdaptLabelPolicy
Source§fn clone(&self) -> MeshDMAdaptLabelPolicy
fn clone(&self) -> MeshDMAdaptLabelPolicy
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 MeshDMAdaptLabelPolicy
impl Debug for MeshDMAdaptLabelPolicy
Source§impl Default for MeshDMAdaptLabelPolicy
impl Default for MeshDMAdaptLabelPolicy
Source§fn default() -> MeshDMAdaptLabelPolicy
fn default() -> MeshDMAdaptLabelPolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeshDMAdaptLabelPolicy
impl RefUnwindSafe for MeshDMAdaptLabelPolicy
impl Send for MeshDMAdaptLabelPolicy
impl Sync for MeshDMAdaptLabelPolicy
impl Unpin for MeshDMAdaptLabelPolicy
impl UnsafeUnpin for MeshDMAdaptLabelPolicy
impl UnwindSafe for MeshDMAdaptLabelPolicy
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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