pub struct WindowsSyncRootPolicies {
pub hydration: WindowsHydrationPolicy,
pub population: WindowsPopulationPolicy,
pub in_sync: WindowsInSyncPolicy,
pub hard_links: WindowsHardLinkPolicy,
pub placeholder_management: WindowsPlaceholderManagementPolicy,
}Expand description
Complete CFAPI sync-root policy set.
Fields§
§hydration: WindowsHydrationPolicyHydration behavior and modifiers.
population: WindowsPopulationPolicyNamespace population behavior.
in_sync: WindowsInSyncPolicyMetadata changes that clear in-sync state.
hard_links: WindowsHardLinkPolicyPlaceholder hard-link behavior.
placeholder_management: WindowsPlaceholderManagementPolicyNon-provider placeholder-management permissions.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsSyncRootPolicies
impl Clone for WindowsSyncRootPolicies
Source§fn clone(&self) -> WindowsSyncRootPolicies
fn clone(&self) -> WindowsSyncRootPolicies
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 WindowsSyncRootPolicies
impl Debug for WindowsSyncRootPolicies
Source§impl PartialEq for WindowsSyncRootPolicies
impl PartialEq for WindowsSyncRootPolicies
impl Copy for WindowsSyncRootPolicies
impl Eq for WindowsSyncRootPolicies
impl StructuralPartialEq for WindowsSyncRootPolicies
Auto Trait Implementations§
impl Freeze for WindowsSyncRootPolicies
impl RefUnwindSafe for WindowsSyncRootPolicies
impl Send for WindowsSyncRootPolicies
impl Sync for WindowsSyncRootPolicies
impl Unpin for WindowsSyncRootPolicies
impl UnwindSafe for WindowsSyncRootPolicies
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