pub enum DeviceCapacityPressureScope {
PlanBudget,
ProcessWide,
}Expand description
Capacity boundary that rejected one otherwise valid dynamic growth.
Variants§
Trait Implementations§
Source§impl Clone for DeviceCapacityPressureScope
impl Clone for DeviceCapacityPressureScope
Source§fn clone(&self) -> DeviceCapacityPressureScope
fn clone(&self) -> DeviceCapacityPressureScope
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 DeviceCapacityPressureScope
impl Debug for DeviceCapacityPressureScope
impl Eq for DeviceCapacityPressureScope
impl StructuralPartialEq for DeviceCapacityPressureScope
Auto Trait Implementations§
impl Freeze for DeviceCapacityPressureScope
impl RefUnwindSafe for DeviceCapacityPressureScope
impl Send for DeviceCapacityPressureScope
impl Sync for DeviceCapacityPressureScope
impl Unpin for DeviceCapacityPressureScope
impl UnsafeUnpin for DeviceCapacityPressureScope
impl UnwindSafe for DeviceCapacityPressureScope
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