Enum cloud_filter::filter::info::DehydrationReason
source · pub enum DehydrationReason {
UserManually,
LowSpace,
Inactive,
OsUpgrade,
}
Expand description
The reason a placeholder has been dehydrated.
Variants§
UserManually
The user manually dehydrated the placeholder.
LowSpace
The operating system automatically dehydrated the placeholder due to low disk space on the volume.
Inactive
The operating system automatically dehydrated the placeholder due to low activity.
This is based on the Windows Storage Sense settings.
OsUpgrade
The operating system automatically dehydrated this file to make room for an operating system upgrade.
Trait Implementations§
source§impl Clone for DehydrationReason
impl Clone for DehydrationReason
source§fn clone(&self) -> DehydrationReason
fn clone(&self) -> DehydrationReason
Returns a copy 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 DehydrationReason
impl Debug for DehydrationReason
source§impl PartialEq for DehydrationReason
impl PartialEq for DehydrationReason
impl Copy for DehydrationReason
impl Eq for DehydrationReason
impl StructuralPartialEq for DehydrationReason
Auto Trait Implementations§
impl Freeze for DehydrationReason
impl RefUnwindSafe for DehydrationReason
impl Send for DehydrationReason
impl Sync for DehydrationReason
impl Unpin for DehydrationReason
impl UnwindSafe for DehydrationReason
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)