pub enum WindowsHardLinkPolicy {
Forbidden,
Allowed,
}Expand description
Whether placeholder hard links are permitted.
Variants§
Forbidden
Keep the CFAPI default and reject placeholder hard links.
Allowed
Permit supported hard-link scenarios.
Trait Implementations§
Source§impl Clone for WindowsHardLinkPolicy
impl Clone for WindowsHardLinkPolicy
Source§fn clone(&self) -> WindowsHardLinkPolicy
fn clone(&self) -> WindowsHardLinkPolicy
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 WindowsHardLinkPolicy
impl Debug for WindowsHardLinkPolicy
Source§impl Default for WindowsHardLinkPolicy
impl Default for WindowsHardLinkPolicy
Source§fn default() -> WindowsHardLinkPolicy
fn default() -> WindowsHardLinkPolicy
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowsHardLinkPolicy
impl PartialEq for WindowsHardLinkPolicy
impl Copy for WindowsHardLinkPolicy
impl Eq for WindowsHardLinkPolicy
impl StructuralPartialEq for WindowsHardLinkPolicy
Auto Trait Implementations§
impl Freeze for WindowsHardLinkPolicy
impl RefUnwindSafe for WindowsHardLinkPolicy
impl Send for WindowsHardLinkPolicy
impl Sync for WindowsHardLinkPolicy
impl Unpin for WindowsHardLinkPolicy
impl UnwindSafe for WindowsHardLinkPolicy
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