pub enum WindowsPopulationPolicy {
Full,
AlwaysFull,
}Expand description
Supported namespace population behavior.
Variants§
Full
Populate every child when an unpopulated directory is accessed.
AlwaysFull
Assume the complete namespace is already present locally.
Trait Implementations§
Source§impl Clone for WindowsPopulationPolicy
impl Clone for WindowsPopulationPolicy
Source§fn clone(&self) -> WindowsPopulationPolicy
fn clone(&self) -> WindowsPopulationPolicy
Returns a duplicate 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 WindowsPopulationPolicy
impl Debug for WindowsPopulationPolicy
Source§impl PartialEq for WindowsPopulationPolicy
impl PartialEq for WindowsPopulationPolicy
impl Copy for WindowsPopulationPolicy
impl Eq for WindowsPopulationPolicy
impl StructuralPartialEq for WindowsPopulationPolicy
Auto Trait Implementations§
impl Freeze for WindowsPopulationPolicy
impl RefUnwindSafe for WindowsPopulationPolicy
impl Send for WindowsPopulationPolicy
impl Sync for WindowsPopulationPolicy
impl Unpin for WindowsPopulationPolicy
impl UnwindSafe for WindowsPopulationPolicy
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