pub enum CheckpointCapacityMaintenanceSkipReason {
Retention(CheckpointRetentionSkipReason),
DeviceCapacity(DeviceCapacityPressure),
PoolResident(DynamicPoolResidentPressure),
}Variants§
Retention(CheckpointRetentionSkipReason)
DeviceCapacity(DeviceCapacityPressure)
PoolResident(DynamicPoolResidentPressure)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckpointCapacityMaintenanceSkipReason
impl RefUnwindSafe for CheckpointCapacityMaintenanceSkipReason
impl Send for CheckpointCapacityMaintenanceSkipReason
impl Sync for CheckpointCapacityMaintenanceSkipReason
impl Unpin for CheckpointCapacityMaintenanceSkipReason
impl UnsafeUnpin for CheckpointCapacityMaintenanceSkipReason
impl UnwindSafe for CheckpointCapacityMaintenanceSkipReason
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